diff --git a/Cargo.lock b/Cargo.lock index ef9d65e..aafa159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 9b68c64..87c8fcc 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -14,6 +14,6 @@ authors = [ [dependencies] ruice = { path = "../core", version = "=0.2.0" } -async-trait = "0.1.85" +async-trait = "0.1.86" axum = "0.7.9" thiserror = "2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 00da301..8406a1b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -12,7 +12,7 @@ authors = [ ] [dependencies] -async-trait = "0.1.85" +async-trait = "0.1.86" [dev-dependencies] tokio = { version = "1.43", features = ["macros", "rt"] }