diff --git a/Cargo.lock b/Cargo.lock index 23109eb85..49e7cc944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 84fdc87b7..c42dddeda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ resolver = "2" aes-gcm-siv = "0.11.1" anyhow = "1" async-recursion = "1.1.1" -async-trait = "0.1.86" +async-trait = "0.1.88" atty = "0.2.14" base64 = "0.22.1" bincode = "1.3"