From c05c505c87b1338ba5ad178c4853f0cc240c2bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:09:59 -0600 Subject: [PATCH] Bump async-trait from 0.1.81 to 0.1.83 (#116) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- src/libraries/sh-api/Cargo.toml | 2 +- src/libraries/sh-common-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3111c1..5cf733e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/src/libraries/sh-api/Cargo.toml b/src/libraries/sh-api/Cargo.toml index 81b8703..0cf0dd4 100644 --- a/src/libraries/sh-api/Cargo.toml +++ b/src/libraries/sh-api/Cargo.toml @@ -16,7 +16,7 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-trait = "0.1.81" +async-trait = "0.1.83" axum = { version = "0.7.7", features = ["ws"] } log = "0.4.22" serde = { version = "1.0.210", features = ["derive"] } diff --git a/src/libraries/sh-common-server/Cargo.toml b/src/libraries/sh-common-server/Cargo.toml index 6080431..7cb75d7 100644 --- a/src/libraries/sh-common-server/Cargo.toml +++ b/src/libraries/sh-common-server/Cargo.toml @@ -16,7 +16,7 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-trait = "0.1.81" +async-trait = "0.1.83" sh-config = { path = "../sh-config" } sh-common = { path = "../sh-common" } tokio = { version = "1.40.0", features = ["full"] }