diff --git a/Cargo.lock b/Cargo.lock index e6ddcbb..06e53c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/src/libraries/sh-api/Cargo.toml b/src/libraries/sh-api/Cargo.toml index 830779f..06c710e 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.83" +async-trait = "0.1.85" axum = { version = "0.8.1", features = ["ws"] } log = "0.4.22" serde = { version = "1.0.217", features = ["derive"] } diff --git a/src/libraries/sh-common-server/Cargo.toml b/src/libraries/sh-common-server/Cargo.toml index 2bad2c2..cda41cf 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.84" +async-trait = "0.1.85" sh-config = { path = "../sh-config" } sh-common = { path = "../sh-common" } tokio = { version = "1.42.0", features = ["full"] }