From bc2a5a4a843757d50381cd7a7ddbb1d13377804b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:21:05 +0000 Subject: [PATCH] build(deps): bump tokio from 1.2.0 to 1.3.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integration/awskms/Cargo.toml | 2 +- integration/gcpkms/Cargo.toml | 2 +- testing/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8188c62..a99c4835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,9 +2393,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda" dependencies = [ "autocfg", "bytes", diff --git a/integration/awskms/Cargo.toml b/integration/awskms/Cargo.toml index ba792394..1eeb0da4 100644 --- a/integration/awskms/Cargo.toml +++ b/integration/awskms/Cargo.toml @@ -18,4 +18,4 @@ rusoto_credential = "^0.46" rusoto_kms = "^0.46" tink-core = "^0.1" # Match the version of tokio required by rusoto_* v0.46.0 -tokio = "^1.2" +tokio = "^1.3" diff --git a/integration/gcpkms/Cargo.toml b/integration/gcpkms/Cargo.toml index 404bc0b1..d097c926 100644 --- a/integration/gcpkms/Cargo.toml +++ b/integration/gcpkms/Cargo.toml @@ -21,5 +21,5 @@ percent-encoding = "^2.1" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0.64" tink-core = "^0.1" -tokio = "^1.2" +tokio = "^1.3" yup-oauth2 = "^5.1" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index b6a5741d..d98aebe2 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -27,7 +27,7 @@ tink-proto = "^0.1" tink-signature = "^0.1" tink-streaming-aead = "^0.1" tink-tests = "^0.1" -tokio = { version = "^1.2", features = [ +tokio = { version = "^1.3", features = [ "macros", "rt-multi-thread", "signal",