diff --git a/Cargo.lock b/Cargo.lock index 25d45f7..766da77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,13 +61,13 @@ dependencies = [ "aws-http", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "bytes", "hex", "http", @@ -80,15 +80,28 @@ dependencies = [ "zeroize", ] +[[package]] +name = "aws-credential-types" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f99dd587a46af58f8cf37773687ecec19d0373a5954942d7e0f405751fe2369" +dependencies = [ + "aws-smithy-async 0.53.1", + "aws-smithy-types 0.53.1", + "tokio", + "tracing", + "zeroize", +] + [[package]] name = "aws-endpoint" version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f35c8f5877ad60db4f0d9dcdfbcb2233a8cc539f9e568df39ee0581ec62e89" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "http", "regex", "tracing", @@ -100,9 +113,9 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5422c9632d887968ccb66e2871a6d190d6104e276034912bee72ef58a5d890" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "bytes", "http", "http-body", @@ -121,14 +134,14 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-smithy-xml", - "aws-types", + "aws-types 0.49.0", "bytes", "http", "tokio-stream", @@ -144,13 +157,13 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "bytes", "http", "tower", @@ -165,13 +178,13 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "bytes", "fastrand", "http", @@ -188,13 +201,13 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "bytes", "http", "tokio-stream", @@ -210,14 +223,14 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-smithy-xml", - "aws-types", + "aws-types 0.49.0", "bytes", "http", "tower", @@ -230,8 +243,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b16f4d70c9c865af392eb40cacfe2bec3fa18f651fbdf49919cfc1dda13b189e" dependencies = [ "aws-sigv4", - "aws-smithy-http", - "aws-types", + "aws-smithy-http 0.49.0", + "aws-types 0.49.0", "http", "tracing", ] @@ -242,7 +255,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d33790cecae42b999d197074c8a19e9b96b9e346284a6f93989e7489c9fa0f5" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.49.0", "form_urlencoded", "hex", "http", @@ -266,16 +279,28 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b9900be224962d65a626072d8777f847ae5406c07547f0dc14c60048978c4b" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", + "tokio-stream", +] + [[package]] name = "aws-smithy-client" version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec39585f8274fa543ad5c63cc09cbd435666be16b2cf99e4e07be5cf798bc050" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-async 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", + "aws-smithy-types 0.49.0", "bytes", "fastrand", "http", @@ -289,13 +314,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-client" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "710ca0f8dacddda5fbcaf5c3cd9d02da7913fd463a2ee9555b617bf168bedacb" +dependencies = [ + "aws-smithy-async 0.53.1", + "aws-smithy-http 0.53.1", + "aws-smithy-http-tower 0.53.1", + "aws-smithy-types 0.53.1", + "bytes", + "fastrand", + "http", + "http-body", + "pin-project-lite", + "tokio", + "tower", + "tracing", +] + [[package]] name = "aws-smithy-http" version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "014a0ef5c4508fc2f6a9d3925c214725af19f020ea388db48e20196cc4cc9d6d" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", "bytes", "bytes-utils", "futures-core", @@ -310,13 +355,49 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29dcab29afbea7726f5c10c7be0c38666d7eb07db551580b3b26ed7cfb5d1935" +dependencies = [ + "aws-smithy-types 0.53.1", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + [[package]] name = "aws-smithy-http-tower" version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "deecb478dc3cc40203e0e97ac0fb92947e0719754bbafd0026bdc49318e2fd03" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.49.0", + "bytes", + "http", + "http-body", + "pin-project-lite", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-http-tower" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5856d2f1063c0f726a85f32dcd2a9f5a1d994eb27b156abccafc7260f3f471d" +dependencies = [ + "aws-smithy-http 0.53.1", + "aws-smithy-types 0.53.1", "bytes", "http", "http-body", @@ -331,7 +412,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6593456af93c4a39724f7dc9d239833102ab96c1d1e94c35ea79f0e55f9fd54c" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", ] [[package]] @@ -340,7 +421,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b803460b71645dfa9f6be47c4f00f91632f01e5bb01f9dc43890cd6cba983f08" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", "urlencoding", ] @@ -356,6 +437,19 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2013465a070decdeb3e85ceb3370ae85ba05f56f914abfd89858d7281c4f12c3" +dependencies = [ + "base64-simd", + "itoa 1.0.4", + "num-integer", + "ryu", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.49.0" @@ -371,16 +465,32 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f3f349b39781849261db1c727369923bb97007cf7bd0deb3a6e9e461c8d38f" dependencies = [ - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", "http", "rustc_version", "tracing", "zeroize", ] +[[package]] +name = "aws-types" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61f00f4b0cdd345686e6389f3343a3020f93232d20040802b87673ddc2d02956" +dependencies = [ + "aws-credential-types", + "aws-smithy-async 0.53.1", + "aws-smithy-client 0.53.1", + "aws-smithy-http 0.53.1", + "aws-smithy-types 0.53.1", + "http", + "rustc_version", + "tracing", +] + [[package]] name = "backtrace" version = "0.3.66" @@ -402,6 +512,15 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +[[package]] +name = "base64-simd" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" +dependencies = [ + "simd-abstraction", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -1019,6 +1138,12 @@ version = "6.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" +[[package]] +name = "outref" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" + [[package]] name = "percent-encoding" version = "2.2.0" @@ -1098,7 +1223,7 @@ dependencies = [ "aws-sdk-rds", "aws-sdk-rdsdata", "aws-sdk-secretsmanager", - "aws-types", + "aws-types 0.53.0", "clap", "csv", "exitfailure", @@ -1298,6 +1423,15 @@ dependencies = [ "serde", ] +[[package]] +name = "simd-abstraction" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" +dependencies = [ + "outref", +] + [[package]] name = "slab" version = "0.4.7" diff --git a/Cargo.toml b/Cargo.toml index 611ed2d..b0139aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ aws-config = "0.49.0" aws-sdk-rds = "0.19.0" aws-sdk-rdsdata = "0.19.0" aws-sdk-secretsmanager = "0.19.0" -aws-types = "0.49.0" +aws-types = "0.53.0" csv = "1.1.6" exitfailure = "0.5.1" futures = "0.3.24"