diff --git a/Cargo.lock b/Cargo.lock index 81000c6053..2c1af23449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,9 +462,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9f75698d18..739cceb13d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ all = { level = "deny", priority = -1 } manual-unwrap-or-default = "allow" [workspace.dependencies] -async-trait = "0.1.81" +async-trait = "0.1.83" assert_matches = "1.5.0" base58 = { version = "0.2.0" } bitvec = { version = "1", default-features = false }