diff --git a/Cargo.lock b/Cargo.lock index df79882a..fba77985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,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 7e4954c5..5ad4af35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ thiserror = "2.0.4" serde = "1.0.215" # Used for NodeJS compatibility and other features -async-trait = "0.1.83" +async-trait = "0.1.85" # Used to generate identifiers for callbacks paste = "1.0.15"