diff --git a/Cargo.lock b/Cargo.lock index d602dc7149..bc73115080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,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", "quote", diff --git a/Cargo.toml b/Cargo.toml index e345cf53be..196b0277af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ tendermint-testgen = { version = "0.38.1" } abscissa_core = "=0.6.0" anyhow = "1.0" async-stream = "0.3.5" -async-trait = "0.1.81" +async-trait = "0.1.82" axum = "0.6.18" bech32 = "0.9.1" bitcoin = "0.31.2"