diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..e8e7c8ad3a6a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,7 +368,7 @@ dependencies = [ "async-lock", "async-task", "concurrent-queue 2.0.0", - "fastrand", + "fastrand 1.8.0", "futures-lite", "slab", ] @@ -648,8 +648,8 @@ dependencies = [ "aws-http", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -708,8 +708,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-query", @@ -731,8 +731,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -753,8 +753,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -775,8 +775,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -796,8 +796,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -819,9 +819,9 @@ dependencies = [ "aws-http", "aws-sig-auth", "aws-sigv4 0.51.0", - "aws-smithy-async", + "aws-smithy-async 0.51.0", "aws-smithy-checksums", - "aws-smithy-client", + "aws-smithy-client 0.51.0", "aws-smithy-eventstream", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", @@ -846,8 +846,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-query", @@ -869,8 +869,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-json", @@ -891,8 +891,8 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-query", @@ -969,6 +969,18 @@ 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", + "tokio", + "tokio-stream", +] + [[package]] name = "aws-smithy-checksums" version = "0.51.0" @@ -996,12 +1008,12 @@ version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff28d553714f8f54cd921227934fc13a536a1c03f106e56b362fd57e16d450ad" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.51.0", "aws-smithy-types 0.51.0", "bytes 1.4.0", - "fastrand", + "fastrand 1.8.0", "http", "http-body", "hyper", @@ -1012,6 +1024,27 @@ dependencies = [ "tracing 0.1.37", ] +[[package]] +name = "aws-smithy-client" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a" +dependencies = [ + "aws-smithy-async 0.56.1", + "aws-smithy-http 0.56.1", + "aws-smithy-http-tower 0.56.1", + "aws-smithy-types 0.56.1", + "bytes 1.4.0", + "fastrand 2.0.0", + "http", + "http-body", + "hyper", + "pin-project-lite", + "tokio", + "tower", + "tracing 0.1.37", +] + [[package]] name = "aws-smithy-eventstream" version = "0.51.0" @@ -1084,6 +1117,26 @@ dependencies = [ "tracing 0.1.37", ] +[[package]] +name = "aws-smithy-http" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199" +dependencies = [ + "aws-smithy-types 0.56.1", + "bytes 1.4.0", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing 0.1.37", +] + [[package]] name = "aws-smithy-http-tower" version = "0.51.0" @@ -1115,6 +1168,22 @@ dependencies = [ "tracing 0.1.37", ] +[[package]] +name = "aws-smithy-http-tower" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd" +dependencies = [ + "aws-smithy-http 0.56.1", + "aws-smithy-types 0.56.1", + "bytes 1.4.0", + "http", + "http-body", + "pin-project-lite", + "tower", + "tracing 0.1.37", +] + [[package]] name = "aws-smithy-json" version = "0.51.0" @@ -1172,6 +1241,20 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "0.56.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728" +dependencies = [ + "base64-simd", + "itoa", + "num-integer", + "ryu", + "serde", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.51.0" @@ -1187,8 +1270,8 @@ version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05701d32da168b44f7ee63147781aed8723e792cc131cb9b18363b5393f17f70" dependencies = [ - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.51.0", "aws-smithy-http 0.51.0", "aws-smithy-types 0.51.0", "http", @@ -1493,7 +1576,7 @@ dependencies = [ "async-lock", "async-task", "atomic-waker", - "fastrand", + "fastrand 1.8.0", "futures-lite", ] @@ -3108,6 +3191,12 @@ dependencies = [ "instant", ] +[[package]] +name = "fastrand" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" + [[package]] name = "file-source" version = "0.1.0" @@ -3330,7 +3419,7 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" dependencies = [ - "fastrand", + "fastrand 1.8.0", "futures-core", "futures-io", "memchr", @@ -5108,7 +5197,7 @@ dependencies = [ "base64-url", "blocking", "crossbeam-channel", - "fastrand", + "fastrand 1.8.0", "itoa", "json", "lazy_static", @@ -8021,7 +8110,7 @@ checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ "autocfg", "cfg-if", - "fastrand", + "fastrand 1.8.0", "redox_syscall 0.3.5", "rustix 0.37.19", "windows-sys 0.48.0", @@ -9120,8 +9209,8 @@ dependencies = [ "aws-sdk-s3", "aws-sdk-sqs", "aws-sigv4 0.55.3", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.51.0", + "aws-smithy-client 0.56.1", "aws-smithy-http 0.51.0", "aws-smithy-http-tower 0.54.4", "aws-smithy-types 0.51.0", diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..301322bb0edfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ aws-types = { version = "0.51.0", default-features = false, features = ["hardcod aws-sigv4 = { version = "0.55.3", default-features = false, features = ["sign-http"], optional = true } aws-config = { version = "0.51.0", default-features = false, features = ["native-tls"], optional = true } aws-smithy-async = { version = "0.51.0", default-features = false, optional = true } -aws-smithy-client = { version = "0.51.0", default-features = false, features = ["client-hyper"], optional = true} +aws-smithy-client = { version = "0.56.1", default-features = false, features = ["client-hyper"], optional = true} aws-smithy-http = { version = "0.51.0", default-features = false, features = ["event-stream"], optional = true } aws-smithy-http-tower = { version = "0.54.4", default-features = false, optional = true } aws-smithy-types = { version = "0.51.0", default-features = false, optional = true }