diff --git a/Cargo.lock b/Cargo.lock index c4f08f9..cfb4256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,12 +113,12 @@ dependencies = [ "aws-credential-types", "aws-http", "aws-sdk-sts", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "fastrand", @@ -136,8 +136,8 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.55.3", + "aws-smithy-types 0.55.3", "fastrand", "tokio", "tracing", @@ -150,8 +150,8 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "aws-types", "http", "regex", @@ -165,8 +165,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44" dependencies = [ "aws-credential-types", - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "http", @@ -187,13 +187,13 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-smithy-xml", "aws-types", "bytes", @@ -215,12 +215,12 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "http", @@ -240,13 +240,13 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "aws-smithy-http-tower", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-smithy-xml", "aws-types", "bytes", @@ -264,7 +264,7 @@ checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61" dependencies = [ "aws-credential-types", "aws-sigv4", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "aws-types", "http", "tracing", @@ -276,7 +276,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.55.3", "form_urlencoded", "hex", "hmac", @@ -301,16 +301,27 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4b65a284265d3eec6cc9f1daef2d0cc3b78684b712cb6c7f1d0f665456b7604" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + [[package]] name = "aws-smithy-client" version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-async 0.55.3", + "aws-smithy-http 0.55.3", "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "fastrand", "http", @@ -329,7 +340,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "bytes-utils", "futures-core", @@ -345,14 +356,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "715aeb61fb743848d5d398ce6fb1259f5eba5e13dceec5d5064cada1a181d38d" +dependencies = [ + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + [[package]] name = "aws-smithy-http-tower" version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "bytes", "http", "http-body", @@ -367,7 +398,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", ] [[package]] @@ -376,10 +407,25 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", "urlencoding", ] +[[package]] +name = "aws-smithy-runtime-api" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30e27594c06f5b36e97d18ef26ed693f1d4c7167b9bbb544b3a9bb653f9f7035" +dependencies = [ + "aws-smithy-async 0.57.1", + "aws-smithy-types 0.57.1", + "bytes", + "http", + "pin-project-lite", + "tokio", + "tracing", +] + [[package]] name = "aws-smithy-types" version = "0.55.3" @@ -393,6 +439,29 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d36f1723ed61e82094498e7283510fe21484b73c215c33874c81a84411b5bdc" +dependencies = [ + "base64-simd", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", + "tokio", + "tokio-util", +] + [[package]] name = "aws-smithy-xml" version = "0.55.3" @@ -409,10 +478,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" dependencies = [ "aws-credential-types", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "http", "rustc_version", "tracing", @@ -747,7 +816,7 @@ dependencies = [ "aws-config", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", + "aws-smithy-http 0.57.1", "eip-operator-shared", "futures", "json-patch", @@ -770,7 +839,7 @@ dependencies = [ "async-trait", "aws-sdk-ec2", "aws-sdk-servicequotas", - "aws-smithy-http", + "aws-smithy-http 0.57.1", "futures", "hyper", "hyper-tls", diff --git a/eip_operator/Cargo.toml b/eip_operator/Cargo.toml index 277a53e..fe41649 100644 --- a/eip_operator/Cargo.toml +++ b/eip_operator/Cargo.toml @@ -18,7 +18,7 @@ aws-sdk-servicequotas = { version = "0.28", default-features = false, features = "native-tls", "rt-tokio", ] } -aws-smithy-http = { version = "0.55", default-features = false, features = [ +aws-smithy-http = { version = "0.57", default-features = false, features = [ "rt-tokio", ] } futures = { workspace = true } diff --git a/eip_operator_shared/Cargo.toml b/eip_operator_shared/Cargo.toml index 252c626..f46446a 100644 --- a/eip_operator_shared/Cargo.toml +++ b/eip_operator_shared/Cargo.toml @@ -15,7 +15,7 @@ aws-sdk-servicequotas = { version = "0.28", default-features = false, features = "native-tls", "rt-tokio", ] } -aws-smithy-http = { version = "0.55", default-features = false, features = [ +aws-smithy-http = { version = "0.57", default-features = false, features = [ "rt-tokio", ] } futures = "0.3"