diff --git a/Cargo.lock b/Cargo.lock index 88a4931..a8eec93 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-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,11 +127,11 @@ 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 0.2.9", "http-body", "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-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-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-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,18 +261,49 @@ dependencies = [ "tokio", ] +[[package]] +name = "aws-smithy-async" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7a41ccd6b74401a49ca828617049e5c23d83163d330a4f90a8081aadee0ac45" +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 0.2.9", + "http-body", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + +[[package]] +name = "aws-smithy-http" +version = "0.60.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f10fa66956f01540051b0aa7ad54574640f748f9839e843442d99b970d3aff9" +dependencies = [ + "aws-smithy-runtime-api 1.2.0", + "aws-smithy-types 1.1.8", + "bytes", + "bytes-utils", + "futures-core", + "http 0.2.9", "http-body", "once_cell", "percent-encoding", @@ -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,13 +337,13 @@ 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", + "http 0.2.9", "http-body", "hyper", "once_cell", @@ -328,10 +359,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.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9acb931e0adaf5132de878f1398d83f8677f90ba70f01f65ff87f6d7244be1c5" +dependencies = [ + "aws-smithy-async 1.2.0", + "aws-smithy-types 1.1.8", "bytes", - "http", + "http 0.2.9", + "http 1.1.0", "pin-project-lite", "tokio", "tracing", @@ -347,7 +394,30 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.9", + "http-body", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", + "tokio", + "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", + "futures-core", + "http 0.2.9", "http-body", "itoa", "num-integer", @@ -376,10 +446,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,7 +465,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.9", "http-body", "hyper", "itoa", @@ -421,7 +491,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.9", "http-body", "mime", "rustversion", @@ -688,7 +758,7 @@ dependencies = [ "aws-config", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", + "aws-smithy-http 0.60.7", "eip-operator-shared", "futures", "json-patch", @@ -712,9 +782,9 @@ dependencies = [ "aws-config", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", + "aws-smithy-http 0.60.7", "aws-smithy-runtime", - "aws-smithy-runtime-api", + "aws-smithy-runtime-api 0.101.0", "futures", "hyper", "hyper-tls", @@ -948,7 +1018,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.9", "indexmap 2.2.1", "slab", "tokio", @@ -1013,6 +1083,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,7 +1101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.9", "pin-project-lite", ] @@ -1053,7 +1134,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.9", "http-body", "httparse", "httpdate", @@ -1072,7 +1153,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,7 +1371,7 @@ dependencies = [ "either", "futures", "home", - "http", + "http 0.2.9", "http-body", "hyper", "hyper-openssl", @@ -1321,7 +1402,7 @@ checksum = "b8321c315b96b59f59ef6b33f604b84b905ab8f9ff114a4f909d934c520227b1" dependencies = [ "chrono", "form_urlencoded", - "http", + "http 0.2.9", "json-patch", "k8s-openapi", "once_cell", @@ -1693,7 +1774,7 @@ checksum = "f24cda83b20ed2433c68241f918d0f6fdec8b1d43b7a9590ab4420c5095ca930" dependencies = [ "async-trait", "futures-core", - "http", + "http 0.2.9", "opentelemetry", "opentelemetry-proto", "opentelemetry-semantic-conventions", @@ -2440,7 +2521,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.9", "http-body", "hyper", "hyper-timeout", @@ -2486,7 +2567,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http", + "http 0.2.9", "http-body", "http-range-header", "mime", diff --git a/eip_operator/Cargo.toml b/eip_operator/Cargo.toml index 0cfdb6e..a4bb52b 100644 --- a/eip_operator/Cargo.toml +++ b/eip_operator/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" aws-config = { version = "0.101", default-features = false} aws-sdk-ec2 = { version = "0.38", default-features = false, features = [ "rt-tokio" ] } 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-http = { version = "0.60", default-features = false, features = [ "rt-tokio" ] } futures = { workspace = true } diff --git a/eip_operator_shared/Cargo.toml b/eip_operator_shared/Cargo.toml index ace288e..cb09471 100644 --- a/eip_operator_shared/Cargo.toml +++ b/eip_operator_shared/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" aws-config = { version = "0.101", default-features = false} aws-sdk-ec2 = { version = "0.38", default-features = false, features = [ "rt-tokio" ] } 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-http = { version = "0.60", default-features = false, features = [ "rt-tokio" ] } aws-smithy-runtime-api = "0.101" aws-smithy-runtime = { version = "0.101", features = ["connector-hyper-0-14-x"] } hyper-tls = { version = "0.5.0" }