From 52f0e98ac73db306dfe2c6fc312f2649b9d22eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:23:38 +0000 Subject: [PATCH] Bump amp-common from v0.5.3 to v0.5.4 Bumps [amp-common](https://github.com/amphitheatre-app/common) from v0.5.3 to v0.5.4. - [Commits](https://github.com/amphitheatre-app/common/compare/8ca2e860dbc6ffc13cd3a2f82a453d555a60b606...a11926a37118242b07e269031b08687cd16cb5ee) --- updated-dependencies: - dependency-name: amp-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"