From b04db6267a3b6259c1fbbb00a8e2ef299e811241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 04:24:36 +0000 Subject: [PATCH] Bump aws-sdk-iam from 0.4.1 to 0.8.0 Bumps [aws-sdk-iam](https://github.com/awslabs/aws-sdk-rust) from 0.4.1 to 0.8.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/compare/v0.4.1...v0.8.0) --- updated-dependencies: - dependency-name: aws-sdk-iam dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 281 +++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 230 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5569e21..d3a8761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,15 +43,15 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a5421955d4744207053bef13a65cc60af6cd1e9ad0ff447bd5e630d1edddd72" dependencies = [ - "aws-http", + "aws-http 0.4.1", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.34.1", + "aws-smithy-client 0.34.1", + "aws-smithy-http 0.34.1", + "aws-smithy-http-tower 0.34.1", "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-types 0.34.1", + "aws-types 0.4.1", "bytes", "http", "hyper", @@ -66,8 +66,21 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c45bafccabcc4953bd71015ae187c3fe85dec2960aef1c2cf5515c867c0fbd54" dependencies = [ - "aws-smithy-http", - "aws-types", + "aws-smithy-http 0.34.1", + "aws-types 0.4.1", + "http", + "regex", + "tracing", +] + +[[package]] +name = "aws-endpoint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0990fe9d60185efea41850b10a205f4a9abe71499ec70298b11d2d830130167" +dependencies = [ + "aws-smithy-http 0.38.0", + "aws-types 0.8.0", "http", "regex", "tracing", @@ -79,9 +92,24 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ad5cd76c37a16219dc6f73474f1cd1603872b6f5e6a765df7ef5a2000c6dcd8" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-smithy-http 0.34.1", + "aws-smithy-types 0.34.1", + "aws-types 0.4.1", + "http", + "lazy_static", + "percent-encoding", + "tracing", +] + +[[package]] +name = "aws-http" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6794b0b27fb74ef2696c41e1be08e916993ef043bbeda7ec554c4f50c3b81506" +dependencies = [ + "aws-smithy-http 0.38.0", + "aws-smithy-types 0.38.0", + "aws-types 0.8.0", "http", "lazy_static", "percent-encoding", @@ -95,7 +123,7 @@ dependencies = [ "aws-config", "aws-sdk-iam", "aws-sdk-sts", - "aws-types", + "aws-types 0.4.1", "dirs", "regex", "structopt", @@ -104,21 +132,21 @@ dependencies = [ [[package]] name = "aws-sdk-iam" -version = "0.4.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15bc482cb45bc6d4a718e28e0803c3c95adb14dc39d5991bd52a96fc301266d1" -dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", +checksum = "7cb32e96a52065fa8ac9a5a7ad6bac44f249c4f018ce365e00891e36c9f54d9f" +dependencies = [ + "aws-endpoint 0.8.0", + "aws-http 0.8.0", + "aws-sig-auth 0.8.0", + "aws-smithy-async 0.38.0", + "aws-smithy-client 0.38.0", + "aws-smithy-http 0.38.0", + "aws-smithy-http-tower 0.38.0", + "aws-smithy-query 0.38.0", + "aws-smithy-types 0.38.0", + "aws-smithy-xml 0.38.0", + "aws-types 0.8.0", "bytes", "http", "tokio-stream", @@ -131,17 +159,17 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4e4397ce5e2b21bda02db9b4ed4642f0717b5fe6dd2c276d364a019734108e3" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", + "aws-endpoint 0.4.1", + "aws-http 0.4.1", + "aws-sig-auth 0.4.1", + "aws-smithy-async 0.34.1", + "aws-smithy-client 0.34.1", + "aws-smithy-http 0.34.1", + "aws-smithy-http-tower 0.34.1", + "aws-smithy-query 0.34.1", + "aws-smithy-types 0.34.1", + "aws-smithy-xml 0.34.1", + "aws-types 0.4.1", "bytes", "http", "tower", @@ -153,9 +181,23 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "446fbc7a132042271fc363a442b0f97e6036e71a6f55c535ca5cf2062b73aece" dependencies = [ - "aws-sigv4", - "aws-smithy-http", - "aws-types", + "aws-sigv4 0.4.1", + "aws-smithy-http 0.34.1", + "aws-types 0.4.1", + "http", + "thiserror", + "tracing", +] + +[[package]] +name = "aws-sig-auth" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fa501148ae6b5e0de5eeb8c4cf87fa3403d9a00077e543ad64011da781f73a6" +dependencies = [ + "aws-sigv4 0.8.0", + "aws-smithy-http 0.38.0", + "aws-types 0.8.0", "http", "thiserror", "tracing", @@ -167,7 +209,25 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c60fde70ec639a20e30b2ea425619a72242e5fff0b3a8ac7f729d07b847deb3" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.34.1", + "form_urlencoded", + "hex", + "http", + "once_cell", + "percent-encoding", + "regex", + "ring", + "time", + "tracing", +] + +[[package]] +name = "aws-sigv4" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d371fb688d909e5b866ff1f297bbec4621eed4f9fcdac566fcc33541f0c6a6" +dependencies = [ + "aws-smithy-http 0.38.0", "form_urlencoded", "hex", "http", @@ -191,16 +251,52 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ec4efb4a27ced592009787f4f03925f348a5b4a55e6a617e6819788d6cd5ed8" +dependencies = [ + "futures-util", + "pin-project-lite 0.2.8", + "tokio", + "tokio-stream", +] + [[package]] name = "aws-smithy-client" version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42212ca483db4774b1cbadf648be4a06dc45dec0ecfd552506a63c98ea4e2838" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-async 0.34.1", + "aws-smithy-http 0.34.1", + "aws-smithy-http-tower 0.34.1", + "aws-smithy-types 0.34.1", + "bytes", + "fastrand", + "http", + "http-body", + "hyper", + "hyper-rustls", + "lazy_static", + "pin-project", + "pin-project-lite 0.2.8", + "tokio", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-client" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dad1857eb59d562e82f05c02fbcb9f46c1089301c86770a9798c9e64e5a4677a" +dependencies = [ + "aws-smithy-async 0.38.0", + "aws-smithy-http 0.38.0", + "aws-smithy-http-tower 0.38.0", + "aws-smithy-types 0.38.0", "bytes", "fastrand", "http", @@ -221,7 +317,27 @@ version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "009e7ddec00dfe28a5eb1d6749342d274aa05c2fddb3b8abf82429fd060544c9" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.34.1", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "percent-encoding", + "pin-project", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "aws-smithy-http" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12c787e24b757634453a60ff05948aa1b450f5b3a7a2094f22acff8a5022635b" +dependencies = [ + "aws-smithy-types 0.38.0", "bytes", "bytes-utils", "futures-core", @@ -241,7 +357,22 @@ version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0317649bd8f4b0fc0e1721b3bbe878af6352926a89b5d2cfb4211d5fe8342c75" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.34.1", + "bytes", + "http", + "http-body", + "pin-project", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-http-tower" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64f80a2c56fc09fc9a2da3c63f286ec2a89465433219f8165e14e522283a5eb8" +dependencies = [ + "aws-smithy-http 0.38.0", "bytes", "http", "http-body", @@ -256,7 +387,7 @@ version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06c858f5049c12eb77ea1b9624c8463d41bbefa9e8e8c3159ce4565e8e3b27ce" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.34.1", ] [[package]] @@ -265,7 +396,17 @@ version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77b94596aef43e18fed1e5370aa9dac9c402b28441fc56577b00b757b3fb001b" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.34.1", + "urlencoding", +] + +[[package]] +name = "aws-smithy-query" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b804b3302b20ec701104fbd59058ab09e5d4a03387b37c9a1fb990615f6c81e" +dependencies = [ + "aws-smithy-types 0.38.0", "urlencoding", ] @@ -281,6 +422,18 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfed653678d1059bed597054c65ce44892aa79cd94444e386d7611843db9f0a2" +dependencies = [ + "itoa 1.0.1", + "num-integer", + "ryu", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.34.1" @@ -291,14 +444,38 @@ dependencies = [ "xmlparser", ] +[[package]] +name = "aws-smithy-xml" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7aa6c9de6c3f875faabcaaad1fb1f4ef241683bfc22795f731719e3568c3ca9f" +dependencies = [ + "thiserror", + "xmlparser", +] + [[package]] name = "aws-types" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "490a491f7592e110762a305970a3c88b6a5bd662bde27f3b2f2ab7be6b8f1589" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.34.1", + "aws-smithy-types 0.34.1", + "rustc_version", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-types" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b111a0d144e1c570675358d2fae7eb5ddf9010d9db63142fe3bb80353ff65f38" +dependencies = [ + "aws-smithy-async 0.38.0", + "aws-smithy-client 0.38.0", + "aws-smithy-types 0.38.0", "rustc_version", "tracing", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index c997118..d5f790b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tokio = { version = "1", features=["macros", "rt-multi-thread"] } regex = "1" aws-types = "0.4" aws-config = "0.4" -aws-sdk-iam = "0.4" +aws-sdk-iam = "0.8" aws-sdk-sts = "0.4" [profile.release]