diff --git a/Cargo.lock b/Cargo.lock index 4197eb2..42fa847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,8 +93,8 @@ dependencies = [ [[package]] name = "amp-common" -version = "0.5.3" -source = "git+https://github.com/amphitheatre-app/common?tag=v0.5.3#8ca2e860dbc6ffc13cd3a2f82a453d555a60b606" +version = "0.5.4" +source = "git+https://github.com/amphitheatre-app/common?tag=v0.5.4#a11926a37118242b07e269031b08687cd16cb5ee" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 28c5df3..db90535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = [ # https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table [workspace.dependencies] anyhow = "1.0" -amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.3" } +amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.4" } amp-resolver = { path = "resolver" } amp-resources = { path = "resources" } async-nats = "0.32.1"