From a5e4ba02ee76f31c309246f698d231c61f8309ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 15:10:33 +0000 Subject: [PATCH] chore(deps): bump rusoto_credential from 0.45.0 to 0.46.0 Bumps [rusoto_credential](https://github.com/rusoto/rusoto) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/rusoto/rusoto/releases) - [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusoto/rusoto/compare/mock-v0.45.0...mock-v0.46.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df04e6882c4f4..9228191d40f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5913,7 +5913,7 @@ dependencies = [ "md5", "percent-encoding", "pin-project 0.4.27", - "rusoto_credential", + "rusoto_credential 0.45.0", "rusoto_signature", "rustc_version", "serde", @@ -5942,6 +5942,24 @@ dependencies = [ "zeroize", ] +[[package]] +name = "rusoto_credential" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e91e4c25ea8bfa6247684ff635299015845113baaa93ba8169b9e565701b58e" +dependencies = [ + "async-trait", + "chrono", + "dirs-next 2.0.0", + "futures 0.3.12", + "hyper 0.14.4", + "serde", + "serde_json", + "shlex", + "tokio 1.2.0", + "zeroize", +] + [[package]] name = "rusoto_es" version = "0.45.0" @@ -6029,7 +6047,7 @@ dependencies = [ "md5", "percent-encoding", "pin-project 0.4.27", - "rusoto_credential", + "rusoto_credential 0.45.0", "rustc_version", "serde", "sha2 0.9.3", @@ -7276,11 +7294,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" dependencies = [ "autocfg 1.0.1", + "bytes 1.0.1", "libc", "mio 0.7.7", "num_cpus", + "once_cell", "pin-project-lite 0.2.4", + "signal-hook-registry", "tokio-macros 1.1.0", + "winapi 0.3.9", ] [[package]] @@ -8127,7 +8149,7 @@ dependencies = [ "rlua", "rusoto_cloudwatch", "rusoto_core", - "rusoto_credential", + "rusoto_credential 0.46.0", "rusoto_es", "rusoto_firehose", "rusoto_kinesis", diff --git a/Cargo.toml b/Cargo.toml index 4593e403bc9f2..783fac0083d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ metrics-macros = "=0.1.0-alpha.9" # Aws rusoto_cloudwatch = { version = "0.45.0", optional = true } rusoto_core = { version = "0.45.0", features = ["encoding"], optional = true } -rusoto_credential = { version = "0.45.0", optional = true } +rusoto_credential = { version = "0.46.0", optional = true } rusoto_es = { version = "0.45.0", optional = true } rusoto_firehose = { version = "0.45.0", optional = true } rusoto_kinesis = { version = "0.45.0", optional = true }