diff --git a/Cargo.lock b/Cargo.lock index bd1a8bbf9d..fdc1a55f18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1adf60e09f..43614eb109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ ahash = { version = "0.8", default-features = false } align-address = "0.3" anstyle = { version = "1", default-features = false } async-lock = { version = "3.4.0", default-features = false } -async-trait = "0.1.83" +async-trait = "0.1.85" bit_field = "0.10" bitflags = "2.6" build-time = "0.1.3"