diff --git a/Cargo.lock b/Cargo.lock index 5ff80c7..8e54561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "amazon_qldb_shell" -version = "2.0.1" +version = "2.0.2" dependencies = [ "amazon-qldb-driver", "anyhow", @@ -126,9 +126,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 48052e2..9c4e90c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ structopt = "0.3.26" ion-rs = { version = "0.13.0", features = ["ion_c"] } ion-c-sys = "0.4.15" chrono = "0.4.19" -async-trait = "0.1.56" +async-trait = "0.1.60" rustyline-derive = "0.7.0" itertools = "0.10.3" thiserror = "1.0.37"