From 5beaa5500bc5ef01100faba9f6c53d5c5e665bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 22:28:37 +0000 Subject: [PATCH] Bump aws-smithy-runtime from 0.101.0 to 1.4.0 Bumps [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) from 0.101.0 to 1.4.0. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 275 +++++++++++++++++++++++---------- eip_operator_shared/Cargo.toml | 2 +- 2 files changed, 194 insertions(+), 83 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f2ac45..cf08654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,16 +93,16 @@ dependencies = [ "aws-http", "aws-runtime", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", "aws-smithy-json", - "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-types", "bytes", "fastrand 2.0.1", - "http", + "http 0.2.9", "hyper", "time", "tokio", @@ -115,9 +115,9 @@ version = "0.101.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5924466398ac76ffd411d297b9d516dcebb0577f7344c0c15fd8e8e04d9c7895" dependencies = [ - "aws-smithy-async", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-async 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "zeroize", ] @@ -127,12 +127,12 @@ version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb9a3aa335a105a00975c971f1dad403c3175f2a210d98f39345c6af53923912" dependencies = [ - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-types", "bytes", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "pin-project-lite", "tracing", ] @@ -146,13 +146,13 @@ dependencies = [ "aws-credential-types", "aws-http", "aws-sigv4", - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-types", "fastrand 2.0.1", - "http", + "http 0.2.9", "percent-encoding", "tracing", "uuid", @@ -167,17 +167,17 @@ dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", - "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-smithy-xml", "aws-types", "fastrand 2.0.1", - "http", + "http 0.2.9", "regex", "tracing", ] @@ -191,15 +191,15 @@ dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", - "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", "aws-smithy-json", - "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-types", "bytes", - "http", + "http 0.2.9", "regex", "tracing", ] @@ -213,16 +213,16 @@ dependencies = [ "aws-credential-types", "aws-http", "aws-runtime", - "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.9", "regex", "tracing", ] @@ -234,14 +234,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06130e3686db3c5ae2fc44b3516fffe6b4d4eccebe09bd8ccc4067f3c9c183fb" dependencies = [ "aws-credential-types", - "aws-smithy-http", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-http 0.59.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "bytes", "form_urlencoded", "hex", "hmac", - "http", + "http 0.2.9", "once_cell", "percent-encoding", "regex", @@ -261,19 +261,50 @@ dependencies = [ "tokio", ] +[[package]] +name = "aws-smithy-async" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + [[package]] name = "aws-smithy-http" version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96daaad925331c72449423574fdc72b54af780d5a23ace3c0a6ad0ccbf378715" dependencies = [ - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", "bytes", "bytes-utils", "futures-core", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + +[[package]] +name = "aws-smithy-http" +version = "0.60.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" +dependencies = [ + "aws-smithy-runtime-api 1.5.0", + "aws-smithy-types 1.1.8", + "bytes", + "bytes-utils", + "futures-core", + "http 0.2.9", + "http-body 0.4.5", "once_cell", "percent-encoding", "pin-project-lite", @@ -287,7 +318,7 @@ version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ff985bee3fe21046dc501fadc1d04a1161977c55a0cbbccd9b111c18206aa64" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.101.0", ] [[package]] @@ -296,7 +327,7 @@ version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb4006503693766d34717efc5f58325062845fce26a683a71b70f23156d72e67" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.101.0", "urlencoding", ] @@ -306,14 +337,37 @@ version = "0.101.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d28af854558601b4202a4273b9720aebe43d73e472143e6056f16e3bd90bc837" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-async 0.101.0", + "aws-smithy-http 0.59.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", + "bytes", + "fastrand 2.0.1", + "http 0.2.9", + "http-body 0.4.5", + "once_cell", + "pin-project-lite", + "pin-utils", + "tokio", + "tracing", +] + +[[package]] +name = "aws-smithy-runtime" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cf64e73ef8d4dac6c933230d56d136b75b252edcf82ed36e37d603090cd7348" +dependencies = [ + "aws-smithy-async 1.2.1", + "aws-smithy-http 0.60.8", + "aws-smithy-runtime-api 1.5.0", + "aws-smithy-types 1.1.8", "bytes", "fastrand 2.0.1", - "http", - "http-body", + "h2", + "http 0.2.9", + "http-body 0.4.5", + "http-body 1.0.0", "hyper", "once_cell", "pin-project-lite", @@ -328,10 +382,26 @@ version = "0.101.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1c68e17e754b86da350b43add38294189121a880e9c3fb454f83ff7044f5257" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.101.0", + "aws-smithy-types 0.101.0", + "bytes", + "http 0.2.9", + "pin-project-lite", + "tokio", + "tracing", +] + +[[package]] +name = "aws-smithy-runtime-api" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c19fdae6e3d5ac9cd01f2d6e6c359c5f5a3e028c2d148a8f5b90bf3399a18a7" +dependencies = [ + "aws-smithy-async 1.2.1", + "aws-smithy-types 1.1.8", "bytes", - "http", + "http 0.2.9", + "http 1.1.0", "pin-project-lite", "tokio", "tracing", @@ -347,8 +417,8 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "itoa", "num-integer", "pin-project-lite", @@ -360,6 +430,26 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "aws-smithy-types" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abe14dceea1e70101d38fbf2a99e6a34159477c0fb95e68e05c66bd7ae4c3729" +dependencies = [ + "base64-simd", + "bytes", + "bytes-utils", + "http 0.2.9", + "http-body 0.4.5", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.59.0" @@ -376,10 +466,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61065f0c6070cb0f9aaddfa614605fb1049908481da71ba5b39b2ffca12f57e4" dependencies = [ "aws-credential-types", - "aws-smithy-async", - "aws-smithy-runtime-api", - "aws-smithy-types", - "http", + "aws-smithy-async 0.101.0", + "aws-smithy-runtime-api 0.101.0", + "aws-smithy-types 0.101.0", + "http 0.2.9", "rustc_version", "tracing", ] @@ -395,8 +485,8 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "hyper", "itoa", "matchit", @@ -421,8 +511,8 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "mime", "rustversion", "tower-layer", @@ -688,7 +778,7 @@ dependencies = [ "aws-config", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", + "aws-smithy-http 0.59.0", "eip-operator-shared", "futures", "json-patch", @@ -712,9 +802,9 @@ dependencies = [ "aws-config", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", - "aws-smithy-runtime", - "aws-smithy-runtime-api", + "aws-smithy-http 0.59.0", + "aws-smithy-runtime 1.4.0", + "aws-smithy-runtime-api 0.101.0", "futures", "hyper", "hyper-tls", @@ -948,7 +1038,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.9", "indexmap 2.2.1", "slab", "tokio", @@ -1013,6 +1103,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.5" @@ -1020,10 +1121,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.9", "pin-project-lite", ] +[[package]] +name = "http-body" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +dependencies = [ + "bytes", + "http 1.1.0", +] + [[package]] name = "http-range-header" version = "0.3.0" @@ -1053,8 +1164,8 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "httparse", "httpdate", "itoa", @@ -1072,7 +1183,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6ee5d7a8f718585d1c3c61dfde28ef5b0bb14734b4db13f5ada856cdc6c612b" dependencies = [ - "http", + "http 0.2.9", "hyper", "linked_hash_set", "once_cell", @@ -1290,8 +1401,8 @@ dependencies = [ "either", "futures", "home", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "hyper", "hyper-openssl", "hyper-timeout", @@ -1321,7 +1432,7 @@ checksum = "b8321c315b96b59f59ef6b33f604b84b905ab8f9ff114a4f909d934c520227b1" dependencies = [ "chrono", "form_urlencoded", - "http", + "http 0.2.9", "json-patch", "k8s-openapi", "once_cell", @@ -1693,7 +1804,7 @@ checksum = "f24cda83b20ed2433c68241f918d0f6fdec8b1d43b7a9590ab4420c5095ca930" dependencies = [ "async-trait", "futures-core", - "http", + "http 0.2.9", "opentelemetry", "opentelemetry-proto", "opentelemetry-semantic-conventions", @@ -2440,8 +2551,8 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "hyper", "hyper-timeout", "percent-encoding", @@ -2486,8 +2597,8 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http", - "http-body", + "http 0.2.9", + "http-body 0.4.5", "http-range-header", "mime", "pin-project-lite", diff --git a/eip_operator_shared/Cargo.toml b/eip_operator_shared/Cargo.toml index ace288e..6992768 100644 --- a/eip_operator_shared/Cargo.toml +++ b/eip_operator_shared/Cargo.toml @@ -12,7 +12,7 @@ aws-sdk-ec2 = { version = "0.38", default-features = false, features = [ "rt-tok aws-sdk-servicequotas = { version = "0.38", default-features = false, features = [ "rt-tokio" ] } aws-smithy-http = { version = "0.59", default-features = false, features = [ "rt-tokio" ] } aws-smithy-runtime-api = "0.101" -aws-smithy-runtime = { version = "0.101", features = ["connector-hyper-0-14-x"] } +aws-smithy-runtime = { version = "1.4", features = ["connector-hyper-0-14-x"] } hyper-tls = { version = "0.5.0" }