From fee994e6931db7557a1b6d0006298cff8c98663c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 20:36:15 +0000 Subject: [PATCH] Bump aws-sdk-eks from 0.13.0 to 0.14.0 Bumps [aws-sdk-eks](https://github.com/awslabs/aws-sdk-rust) from 0.13.0 to 0.14.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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: aws-sdk-eks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 346 +++++++++++++++++++++++++++++++++++------------ integ/Cargo.toml | 2 +- 2 files changed, 258 insertions(+), 90 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19605d26..af8060d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,16 +367,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "588c761aa9f0587106d77c6523b59b49532ebb6c048052fe878f9f8a3c830599" dependencies = [ - "aws-http", + "aws-http 0.13.0", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", + "aws-smithy-json 0.43.0", + "aws-smithy-types 0.43.0", + "aws-types 0.13.0", "bytes", "hex", "http", @@ -394,8 +394,21 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04619a4c0339675fdb7082a3c2a1799bf2b6398fbe0889d69a14f2bd130feb67" dependencies = [ - "aws-smithy-http", - "aws-types", + "aws-smithy-http 0.43.0", + "aws-types 0.13.0", + "http", + "regex", + "tracing", +] + +[[package]] +name = "aws-endpoint" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d31dc5bfe810432f2d87465dd6633134e097d19e1a10315446b82a63873552f7" +dependencies = [ + "aws-smithy-http 0.44.0", + "aws-types 0.14.0", "http", "regex", "tracing", @@ -407,9 +420,24 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d023c3e17c572f3c071699763ad5035ea6e94f3ecf5712c301355beef0c80893" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-smithy-http 0.43.0", + "aws-smithy-types 0.43.0", + "aws-types 0.13.0", + "http", + "lazy_static", + "percent-encoding", + "tracing", +] + +[[package]] +name = "aws-http" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d41b649924d2d925e387dc3e9860248c2fd806e783fbc69dbda264878272929" +dependencies = [ + "aws-smithy-http 0.44.0", + "aws-smithy-types 0.44.0", + "aws-types 0.14.0", "http", "lazy_static", "percent-encoding", @@ -422,17 +450,17 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3d1c31ebd9b1ffc804973131a80136c8d14fa7cb06ba806a4f771e7b2fa3fad" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-endpoint 0.13.0", + "aws-http 0.13.0", + "aws-sig-auth 0.13.0", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.43.0", "aws-smithy-xml", - "aws-types", + "aws-types 0.13.0", "bytes", "fastrand", "http", @@ -442,20 +470,20 @@ dependencies = [ [[package]] name = "aws-sdk-eks" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f6da9bb13d50a83ce909ba735029004fca708a6956c850faa4e9d693aac7ef5" -dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", +checksum = "bbdcdf62a7486ae58cf63e52fe26e70e02d561a0c97395b6649c383fbf59a733" +dependencies = [ + "aws-endpoint 0.14.0", + "aws-http 0.14.0", + "aws-sig-auth 0.14.0", + "aws-smithy-async 0.44.0", + "aws-smithy-client 0.44.0", + "aws-smithy-http 0.44.0", + "aws-smithy-http-tower 0.44.0", + "aws-smithy-json 0.44.0", + "aws-smithy-types 0.44.0", + "aws-types 0.14.0", "bytes", "fastrand", "http", @@ -469,17 +497,17 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5f4c521662008f0836293870c300815c0da61a007bd97d8740093e2e3c137ca" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-endpoint 0.13.0", + "aws-http 0.13.0", + "aws-sig-auth 0.13.0", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.43.0", "aws-smithy-xml", - "aws-types", + "aws-types 0.13.0", "bytes", "http", "tokio-stream", @@ -492,16 +520,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79739f0256078009388bc3e08e103f8b28384aae49146b6d02e80e251ecd5504" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-endpoint 0.13.0", + "aws-http 0.13.0", + "aws-sig-auth 0.13.0", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", + "aws-smithy-json 0.43.0", + "aws-smithy-types 0.43.0", + "aws-types 0.13.0", "bytes", "fastrand", "http", @@ -515,16 +543,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06d3a467637b986708c9299a4031ea120680b43056ee9013f79aa8e949467fa8" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-endpoint 0.13.0", + "aws-http 0.13.0", + "aws-sig-auth 0.13.0", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", + "aws-smithy-json 0.43.0", + "aws-smithy-types 0.43.0", + "aws-types 0.13.0", "bytes", "http", "tokio-stream", @@ -537,17 +565,17 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fa1ba5309db9d1c988c53a57eb80f6ccf9af4626b11068ba48e457fdab3aacf" dependencies = [ - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-endpoint 0.13.0", + "aws-http 0.13.0", + "aws-sig-auth 0.13.0", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.43.0", "aws-smithy-xml", - "aws-types", + "aws-types 0.13.0", "bytes", "http", "tower", @@ -559,9 +587,22 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c9d556c7432b15b180c4d7015dfe16050ce86fd82602efb7aa415cd7929b4ea" dependencies = [ - "aws-sigv4", - "aws-smithy-http", - "aws-types", + "aws-sigv4 0.13.0", + "aws-smithy-http 0.43.0", + "aws-types 0.13.0", + "http", + "tracing", +] + +[[package]] +name = "aws-sig-auth" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75b0895f0f5e5e40851e716041882b9e44d4bb21c68d50b083ea5dcd46378cf" +dependencies = [ + "aws-sigv4 0.14.0", + "aws-smithy-http 0.44.0", + "aws-types 0.14.0", "http", "tracing", ] @@ -572,7 +613,25 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47f44f6f9aecc1ccbf3d410d6f00552046a4c808c320b51bdd72df0baa6cbbc1" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.43.0", + "form_urlencoded", + "hex", + "http", + "once_cell", + "percent-encoding", + "regex", + "ring", + "time 0.3.9", + "tracing", +] + +[[package]] +name = "aws-sigv4" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a415b5e9401847f97e925b2d8a6b398a4422db6dc036234a681900798e1c396e" +dependencies = [ + "aws-smithy-http 0.44.0", "form_urlencoded", "hex", "http", @@ -596,16 +655,52 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2659762757c7c13b87a7473a383fddd09a56cfea14528a8606255506167131d7" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", + "tokio-stream", +] + [[package]] name = "aws-smithy-client" version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14afb75139d67d3e076afbdc25110d409573e941e69ce1434d7d85107a2886f4" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-async 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-http-tower 0.43.0", + "aws-smithy-types 0.43.0", + "bytes", + "fastrand", + "http", + "http-body", + "hyper", + "hyper-rustls 0.22.1", + "lazy_static", + "pin-project", + "pin-project-lite", + "tokio", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-client" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba658f0c70f4d8aacf1f8d522d1e5082a86c1c3c036cb6e017aab97d0e5e32a7" +dependencies = [ + "aws-smithy-async 0.44.0", + "aws-smithy-http 0.44.0", + "aws-smithy-http-tower 0.44.0", + "aws-smithy-types 0.44.0", "bytes", "fastrand", "http", @@ -626,7 +721,28 @@ version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1976aaf680a01d5ca920cc5834bb808576e803845107907b991d6a441747098b" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.43.0", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "once_cell", + "percent-encoding", + "pin-project", + "tokio", + "tokio-util 0.7.1", + "tracing", +] + +[[package]] +name = "aws-smithy-http" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3cb3bd864edb558c2fdad04cea99f2bafa2ad9cde4a78048273b534be8b34cf9" +dependencies = [ + "aws-smithy-types 0.44.0", "bytes", "bytes-utils", "futures-core", @@ -647,7 +763,22 @@ version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a7a52b67bab2277e677e656970ed38e06b9f74e42c37a54f7f61550d3264d" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.43.0", + "bytes", + "http", + "http-body", + "pin-project", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-http-tower" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44dc4d903a0629df43f9787ac28db8a0fe5b62e3b8d803812c9a122b8a69ac1a" +dependencies = [ + "aws-smithy-http 0.44.0", "bytes", "http", "http-body", @@ -662,7 +793,16 @@ version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168c5afb872e8d11f086bfa0157833293d2cac0ab66176690a887ad1367dd4a7" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.43.0", +] + +[[package]] +name = "aws-smithy-json" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3abdf01b1642ea4eccc3a89bbe636160f9926bd81c99e5c58970ef92139f5184" +dependencies = [ + "aws-smithy-types 0.44.0", ] [[package]] @@ -671,7 +811,7 @@ version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306dc0963ee08df39ba50969c20926718a3efa5061bb15e54082c1f74335bf86" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.43.0", "urlencoding", ] @@ -687,6 +827,18 @@ dependencies = [ "time 0.3.9", ] +[[package]] +name = "aws-smithy-types" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d60bf15d33cbbe6cf0708a6908fab91166187550ac963c62427d2befea8e648f" +dependencies = [ + "itoa 1.0.1", + "num-integer", + "ryu", + "time 0.3.9", +] + [[package]] name = "aws-smithy-xml" version = "0.43.0" @@ -702,10 +854,26 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b500c108f8aa03ff2a401373abcc20e7752795ecd6fa6d4628e606d0d26a23" dependencies = [ - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-async 0.43.0", + "aws-smithy-client 0.43.0", + "aws-smithy-http 0.43.0", + "aws-smithy-types 0.43.0", + "http", + "rustc_version 0.4.0", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-types" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40d4a682b35d27cd73ef1beebdbfcdf7686b6cbf8bb76a2983d219a17ce73559" +dependencies = [ + "aws-smithy-async 0.44.0", + "aws-smithy-client 0.44.0", + "aws-smithy-http 0.44.0", + "aws-smithy-types 0.44.0", "http", "rustc_version 0.4.0", "tracing", diff --git a/integ/Cargo.toml b/integ/Cargo.toml index 1b02b17c..601bd694 100644 --- a/integ/Cargo.toml +++ b/integ/Cargo.toml @@ -10,7 +10,7 @@ models = { path = "../models", version = "0.1.0" } aws-config = "0.13.0" aws-sdk-ec2 = "0.13.0" -aws-sdk-eks = "0.13.0" +aws-sdk-eks = "0.14.0" aws-sdk-iam = "0.13.0" aws-sdk-ssm = "0.13.0" async-trait = "0.1"