diff --git a/Cargo.lock b/Cargo.lock index 7656ca1..18a49ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f8cf79d..2107e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = [ [dependencies] anyhow = "1.0" async-hofs = "0.1.1" -async-trait = "0.1.68" +async-trait = "0.1.69" build-info = "0.0.31" clap = { version = "4.3", features = ["derive"] } console = "0.15.7"