diff --git a/Cargo.lock b/Cargo.lock index 488e4bcad0..0f4a0dc36f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,9 +888,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.36", diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..87410cfc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ assert_cmd = "2.0" assert_matches = "1.5.0" async-channel = "1.9.0" async-mutex = "1.4.0" -async-trait = "0.1.81" +async-trait = "0.1.82" atty = "0.2.11" backoff = "0.4.0" base64 = "0.22.1"