From 7277465c7dc223b703381d8a733948e7cbdd4eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 01:43:30 +0000 Subject: [PATCH] Bump aws-credential-types from 0.54.1 to 0.56.1 Bumps [aws-credential-types](https://github.com/awslabs/smithy-rs) from 0.54.1 to 0.56.1. - [Release notes](https://github.com/awslabs/smithy-rs/releases) - [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-credential-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 126 ++++++++++++++++++------ providers/nitro/nitro-helper/Cargo.toml | 2 +- 2 files changed, 98 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 848e89d..3d74a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,16 +108,16 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c3d1e2a1f1ab3ac6c4b884e37413eaa03eb9d901e4fc68ee8f5c1d49721680e" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.54.1", "aws-http", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", + "aws-smithy-async 0.54.1", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "aws-types", "bytes 1.2.1", "hex", @@ -137,8 +137,22 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0696a0523a39a19087747e4dafda0362dc867531e3d72a3f195564c84e5e08" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.54.1", + "aws-smithy-types 0.54.1", + "tokio 1.25.0", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-credential-types" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201" +dependencies = [ + "aws-smithy-async 0.56.1", + "aws-smithy-types 0.56.1", + "fastrand 2.0.1", "tokio 1.25.0", "tracing", "zeroize", @@ -151,7 +165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80a4f935ab6a1919fbfd6102a80c4fccd9ff5f47f94ba154074afe1051903261" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "aws-types", "http", "regex", @@ -164,9 +178,9 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82976ca4e426ee9ca3ffcf919d9b2c8d14d0cd80d43cc02173737a8f07f28d4d" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.54.1", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "aws-types", "bytes 1.2.1", "http", @@ -203,16 +217,16 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca0119bacf0c42f587506769390983223ba834e605f049babe514b2bd646dbb2" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.54.1", "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.54.1", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "aws-types", "bytes 1.2.1", "http", @@ -227,17 +241,17 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "270b6a33969ebfcb193512fbd5e8ee5306888ad6c6d5d775cdbfb2d50d94de26" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.54.1", "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.54.1", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "aws-smithy-xml", "aws-types", "bytes 1.2.1", @@ -253,7 +267,7 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "660a02a98ab1af83bd8d714afbab2d502ba9b18c49e7e4cddd6bf8837ff778cb" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.54.1", "aws-sigv4", "aws-smithy-http", "aws-types", @@ -292,18 +306,30 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cdb73f85528b9d19c23a496034ac53703955a59323d581c06aa27b4e4e247af" +dependencies = [ + "futures-util", + "pin-project-lite 0.2.9", + "tokio 1.25.0", + "tokio-stream", +] + [[package]] name = "aws-smithy-client" version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17d44078855a64d757e5c1727df29ffa6679022c38cfc4ba4e63ee9567133141" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.54.1", "aws-smithy-http", "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "bytes 1.2.1", - "fastrand", + "fastrand 1.8.0", "http", "http-body", "hyper", @@ -321,7 +347,7 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5bd86f48d7e36fb24ee922d04d79c8353e01724b1c38757ed92593179223aa7" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.54.1", "bytes 1.2.1", "bytes-utils", "futures-core", @@ -342,7 +368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8972d1b4ae3aba1a10e7106fed53a5a36bc8ef86170a84f6ddd33d36fac12ad" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "bytes 1.2.1", "http", "http-body", @@ -357,7 +383,7 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18973f12721e27b54891386497a57e1ba09975df1c6cfeccafaf541198962aef" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.54.1", ] [[package]] @@ -366,7 +392,7 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2881effde104a2b0619badaad9f30ae67805e86fbbdb99e5fcc176e8bfbc1a85" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.54.1", "urlencoding", ] @@ -376,13 +402,27 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da7e499c4b15bab8eb6b234df31833cc83a1bdaa691ba72d5d81efc109d9d705" dependencies = [ - "base64-simd", + "base64-simd 0.7.0", "itoa", "num-integer", "ryu", "time 0.3.11", ] +[[package]] +name = "aws-smithy-types" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728" +dependencies = [ + "base64-simd 0.8.0", + "itoa", + "num-integer", + "ryu", + "serde", + "time 0.3.11", +] + [[package]] name = "aws-smithy-xml" version = "0.54.1" @@ -398,11 +438,11 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8f15b34253b68cde08e39b0627cc6101bcca64351229484b4743392c035d057" dependencies = [ - "aws-credential-types", - "aws-smithy-async", + "aws-credential-types 0.54.1", + "aws-smithy-async 0.54.1", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.54.1", "http", "rustc_version", "tracing", @@ -444,6 +484,16 @@ dependencies = [ "simd-abstraction", ] +[[package]] +name = "base64-simd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" +dependencies = [ + "outref 0.5.1", + "vsimd", +] + [[package]] name = "base64ct" version = "1.5.1" @@ -1033,6 +1083,12 @@ dependencies = [ "instant", ] +[[package]] +name = "fastrand" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + [[package]] name = "flex-error" version = "0.4.4" @@ -1975,6 +2031,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" +[[package]] +name = "outref" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" + [[package]] name = "overload" version = "0.1.1" @@ -2664,7 +2726,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" dependencies = [ - "outref", + "outref 0.1.0", ] [[package]] @@ -2817,7 +2879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ "cfg-if 1.0.0", - "fastrand", + "fastrand 1.8.0", "redox_syscall", "rustix 0.37.3", "windows-sys 0.45.0", @@ -3097,7 +3159,7 @@ name = "tmkms-nitro-helper" version = "0.4.2" dependencies = [ "aws-config", - "aws-credential-types", + "aws-credential-types 0.56.1", "clap", "ctrlc", "ed25519-consensus", @@ -3491,6 +3553,12 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +[[package]] +name = "vsimd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" + [[package]] name = "vsock" version = "0.3.0" diff --git a/providers/nitro/nitro-helper/Cargo.toml b/providers/nitro/nitro-helper/Cargo.toml index aeb0d6d..d5cc86d 100644 --- a/providers/nitro/nitro-helper/Cargo.toml +++ b/providers/nitro/nitro-helper/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] aws-config = "0.54" -aws-credential-types = "0.54" +aws-credential-types = "0.56" ctrlc = "3" ed25519-consensus = "2" flex-error = "0.4"