From 25b97b9f895ffd280d9db96d019137ce299b2733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 07:42:38 +0000 Subject: [PATCH] Bump async-trait from 0.1.38 to 0.1.42 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.38 to 0.1.42. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.38...0.1.42) Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ consensus/Cargo.toml | 2 +- network/netcore/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- storage/storage-service/Cargo.toml | 2 +- testsuite/cluster-test/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 324d7e33e415..351b56b9af2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.38" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -215,7 +215,7 @@ name = "backup-cli" version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "backup-service 0.1.0", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -653,7 +653,7 @@ name = "cluster-test" version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "config-builder 0.1.0", "consensus-types 0.1.0", @@ -805,7 +805,7 @@ name = "consensus" version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "channel 0.1.0", @@ -3774,7 +3774,7 @@ dependencies = [ name = "netcore" version = "0.1.0" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libra-logger 0.1.0", @@ -4840,7 +4840,7 @@ name = "rusoto_autoscaling" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_core 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4853,7 +4853,7 @@ name = "rusoto_core" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4880,7 +4880,7 @@ name = "rusoto_credential" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4899,7 +4899,7 @@ name = "rusoto_s3" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_core 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4935,7 +4935,7 @@ name = "rusoto_sts" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5710,7 +5710,7 @@ name = "storage-service" version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", - "async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "libra-canonical-serialization 0.1.0", @@ -6885,7 +6885,7 @@ dependencies = [ "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" "checksum assert_approx_eq 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd" "checksum async-compression 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9021768bcce77296b64648cc7a7460e3df99979b97ed5c925c38d1cc83778d98" -"checksum async-trait 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "6e1a4a2f97ce50c9d0282c1468816208588441492b40d813b2e0419c22c05e7f" +"checksum async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index ca6cadb579aa..85f3fce794b8 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] anyhow = "1.0.32" -async-trait = "0.1.38" +async-trait = "0.1.42" byteorder = { version = "1.3.4", default-features = false } bytes = "0.5.6" fail = "0.4.0" diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index 1324527a566c..3d887cef638f 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -async-trait = "0.1.38" +async-trait = "0.1.42" bytes = "0.5.6" futures = "0.3.5" pin-project = "0.4.23" diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index 466577bbea31..0192c5620ec5 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] anyhow = "1.0.32" -async-trait = "0.1.38" +async-trait = "0.1.42" byteorder = "1.3.4" bytes = "0.5.6" dirs = "3.0.1" diff --git a/storage/storage-service/Cargo.toml b/storage/storage-service/Cargo.toml index b98ede958901..cec1ab3c2003 100644 --- a/storage/storage-service/Cargo.toml +++ b/storage/storage-service/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] anyhow = "1.0.32" -async-trait = "0.1.38" +async-trait = "0.1.42" tokio = { version = "0.2.22", features = ["full"] } futures = "0.3.5" diff --git a/testsuite/cluster-test/Cargo.toml b/testsuite/cluster-test/Cargo.toml index d5a5beb4f6e1..3bd5f90d3451 100644 --- a/testsuite/cluster-test/Cargo.toml +++ b/testsuite/cluster-test/Cargo.toml @@ -56,7 +56,7 @@ transaction-builder = { path = "../../language/transaction-builder", version = " futures = "0.3.5" tokio = { version = "0.2.22", features = ["full"] } -async-trait = "0.1.38" +async-trait = "0.1.42" kube = { version = "0.40.0", default-features = false, features = ["rustls-tls"] }