From a87cd0c09141d74d3320f477907b0b688d615281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:01:05 +0000 Subject: [PATCH] cargo: bump async-trait from 0.1.57 to 0.1.60 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.60. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.60) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"