diff --git a/Cargo.lock b/Cargo.lock index 903055e..bf5c388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", diff --git a/src/libraries/sh-api/Cargo.toml b/src/libraries/sh-api/Cargo.toml index 087ea8f..1bbf6e6 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.80" +async-trait = "0.1.81" axum = { version = "0.7.5", features = ["ws"] } log = "0.4.22" serde = { version = "1.0.203", features = ["derive"] } diff --git a/src/libraries/sh-common-server/Cargo.toml b/src/libraries/sh-common-server/Cargo.toml index 190f37a..918a2d3 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.80" +async-trait = "0.1.81" sh-config = { path = "../sh-config" } sh-common = { path = "../sh-common" } tokio = { version = "1.38.0", features = ["full"] }