diff --git a/Cargo.lock b/Cargo.lock index 4cbb377b..bcb2871c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ "async-lock", "async-task", "concurrent-queue", - "fastrand", + "fastrand 1.9.0", "futures-lite", "slab", ] @@ -463,23 +463,23 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aws-config" -version = "0.55.3" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9" +checksum = "de3d533e0263bf453cc80af4c8bcc4d64e2aca293bd16f81633a36f1bf4a97cb" dependencies = [ - "aws-credential-types", - "aws-http", + "aws-credential-types 0.56.0", + "aws-http 0.56.0", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-async 0.56.0", + "aws-smithy-client 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-http-tower 0.56.0", + "aws-smithy-json 0.56.0", + "aws-smithy-types 0.56.0", + "aws-types 0.56.0", "bytes", - "fastrand", + "fastrand 2.0.0", "hex", "http", "hyper 0.14.26", @@ -497,9 +497,23 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", - "fastrand", + "aws-smithy-async 0.55.3", + "aws-smithy-types 0.55.3", + "fastrand 1.9.0", + "tokio", + "tracing", + "zeroize", +] + +[[package]] +name = "aws-credential-types" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4834ba01c5ad1ed9740aa222de62190e3c565d11ab7e72cc68314a258994567" +dependencies = [ + "aws-smithy-async 0.56.0", + "aws-smithy-types 0.56.0", + "fastrand 2.0.0", "tokio", "tracing", "zeroize", @@ -511,9 +525,9 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", + "aws-types 0.55.3", "http", "regex", "tracing", @@ -525,10 +539,29 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44" dependencies = [ - "aws-credential-types", - "aws-smithy-http", - "aws-smithy-types", - "aws-types", + "aws-credential-types 0.55.3", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", + "aws-types 0.55.3", + "bytes", + "http", + "http-body 0.4.5", + "lazy_static", + "percent-encoding", + "pin-project-lite", + "tracing", +] + +[[package]] +name = "aws-http" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72badf9de83cc7d66b21b004f09241836823b8302afb25a24708769e576a8d8f" +dependencies = [ + "aws-credential-types 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-types 0.56.0", + "aws-types 0.56.0", "bytes", "http", "http-body 0.4.5", @@ -538,23 +571,44 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-runtime" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf832f522111225c02547e1e1c28137e840e4b082399d93a236e4b29193a4667" +dependencies = [ + "aws-credential-types 0.56.0", + "aws-http 0.56.0", + "aws-sigv4 0.56.0", + "aws-smithy-async 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-runtime-api", + "aws-smithy-types 0.56.0", + "aws-types 0.56.0", + "fastrand 2.0.0", + "http", + "percent-encoding", + "tracing", + "uuid", +] + [[package]] name = "aws-sdk-lambda" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3ad176ffaa3aafa532246eb6a9f18a7d68da19950704ecc95d33d9dc3c62a9b" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-endpoint", - "aws-http", + "aws-http 0.55.3", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", + "aws-smithy-async 0.55.3", + "aws-smithy-client 0.55.3", + "aws-smithy-http 0.55.3", + "aws-smithy-http-tower 0.55.3", + "aws-smithy-json 0.55.3", + "aws-smithy-types 0.55.3", + "aws-types 0.55.3", "bytes", "http", "regex", @@ -569,21 +623,21 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fba197193cbb4bcb6aad8d99796b2291f36fa89562ded5d4501363055b0de89f" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-endpoint", - "aws-http", + "aws-http 0.55.3", "aws-sig-auth", - "aws-sigv4", - "aws-smithy-async", + "aws-sigv4 0.55.3", + "aws-smithy-async 0.55.3", "aws-smithy-checksums", - "aws-smithy-client", + "aws-smithy-client 0.55.3", "aws-smithy-eventstream", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", + "aws-smithy-http 0.55.3", + "aws-smithy-http-tower 0.55.3", + "aws-smithy-json 0.55.3", + "aws-smithy-types 0.55.3", + "aws-smithy-xml 0.55.3", + "aws-types 0.55.3", "bytes", "http", "http-body 0.4.5", @@ -602,19 +656,19 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f7ccf241049b36e4684e5ea643e4f6e510f050b28581dc5ded8d3c5d39ab147" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-endpoint", - "aws-http", + "aws-http 0.55.3", "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", + "aws-smithy-async 0.55.3", + "aws-smithy-client 0.55.3", + "aws-smithy-http 0.55.3", + "aws-smithy-http-tower 0.55.3", + "aws-smithy-json 0.55.3", + "aws-smithy-query 0.55.3", + "aws-smithy-types 0.55.3", + "aws-smithy-xml 0.55.3", + "aws-types 0.55.3", "bytes", "http", "regex", @@ -625,52 +679,49 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4" -dependencies = [ - "aws-credential-types", - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f41bf2c28d32dbb9894a8fcfcb148265d034d3f4a170552a47553a09de890895" +dependencies = [ + "aws-credential-types 0.56.0", + "aws-http 0.56.0", + "aws-runtime", + "aws-smithy-async 0.56.0", + "aws-smithy-client 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-json 0.56.0", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.56.0", + "aws-types 0.56.0", "bytes", "http", "regex", "tokio-stream", - "tower", "tracing", ] [[package]] name = "aws-sdk-sts" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b" -dependencies = [ - "aws-credential-types", - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", - "bytes", +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79e21aa1a5b0853969a1ef96ccfaa8ff5d57c761549786a4d5f86c1902b2586a" +dependencies = [ + "aws-credential-types 0.56.0", + "aws-http 0.56.0", + "aws-runtime", + "aws-smithy-async 0.56.0", + "aws-smithy-client 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-json 0.56.0", + "aws-smithy-query 0.56.0", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.56.0", + "aws-smithy-xml 0.56.0", + "aws-types 0.56.0", "http", "regex", - "tower", "tracing", ] @@ -680,11 +731,11 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61" dependencies = [ - "aws-credential-types", - "aws-sigv4", + "aws-credential-types 0.55.3", + "aws-sigv4 0.55.3", "aws-smithy-eventstream", - "aws-smithy-http", - "aws-types", + "aws-smithy-http 0.55.3", + "aws-types 0.55.3", "http", "tracing", ] @@ -696,7 +747,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c" dependencies = [ "aws-smithy-eventstream", - "aws-smithy-http", + "aws-smithy-http 0.55.3", "bytes", "form_urlencoded", "hex", @@ -710,6 +761,25 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-sigv4" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cb40a93429794065f41f0581734fc56a345f6a38d8e2e3c25c7448d930cd132" +dependencies = [ + "aws-smithy-http 0.56.0", + "form_urlencoded", + "hex", + "hmac", + "http", + "once_cell", + "percent-encoding", + "regex", + "sha2", + "time", + "tracing", +] + [[package]] name = "aws-smithy-async" version = "0.55.3" @@ -722,14 +792,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ee6d17d487c8b579423067718b3580c0908d0f01d7461813f94ec4323bad623" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", + "tokio-stream", +] + [[package]] name = "aws-smithy-checksums" version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07ed8b96d95402f3f6b8b57eb4e0e45ee365f78b1a924faf20ff6e97abf1eae6" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "bytes", "crc32c", "crc32fast", @@ -749,12 +831,12 @@ 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-http-tower", - "aws-smithy-types", + "aws-smithy-async 0.55.3", + "aws-smithy-http 0.55.3", + "aws-smithy-http-tower 0.55.3", + "aws-smithy-types 0.55.3", "bytes", - "fastrand", + "fastrand 1.9.0", "http", "http-body 0.4.5", "hyper 0.14.26", @@ -767,13 +849,37 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-client" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbe0a3ad15283cc5f863a68cb6adc8e256e7c109c43c01bdd09be407219a1e9" +dependencies = [ + "aws-smithy-async 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-http-tower 0.56.0", + "aws-smithy-types 0.56.0", + "bytes", + "fastrand 2.0.0", + "http", + "http-body 0.4.5", + "hyper 0.14.26", + "hyper-rustls 0.24.0", + "lazy_static", + "pin-project-lite", + "rustls 0.21.5", + "tokio", + "tower", + "tracing", +] + [[package]] name = "aws-smithy-eventstream" version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "460c8da5110835e3d9a717c61f5556b20d03c32a1dec57f8fc559b360f733bb8" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "crc32fast", ] @@ -785,7 +891,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" dependencies = [ "aws-smithy-eventstream", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "bytes-utils", "futures-core", @@ -801,14 +907,50 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34dc313472d727f5ef44fdda93e668ebfe17380c99dee512c403e3ca51863bb9" +dependencies = [ + "aws-smithy-types 0.56.0", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body 0.4.5", + "hyper 0.14.26", + "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 0.4.5", + "pin-project-lite", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-http-tower" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1dd50fca5a4ea4ec3771689ee93bf06b32de02a80af01ed93a8f8a4ed90e8483" +dependencies = [ + "aws-smithy-http 0.56.0", + "aws-smithy-types 0.56.0", "bytes", "http", "http-body 0.4.5", @@ -823,7 +965,16 @@ 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]] +name = "aws-smithy-json" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3591dd7c2fe01ab8025e4847a0a0f6d0c2b2269714688ffb856f9cf6c6d465cf" +dependencies = [ + "aws-smithy-types 0.56.0", ] [[package]] @@ -832,10 +983,57 @@ 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-query" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbabb1145e65dd57ae72d91a2619d3f5fba40b68a5f40ba009c30571dfd60aff" +dependencies = [ + "aws-smithy-types 0.56.0", "urlencoding", ] +[[package]] +name = "aws-smithy-runtime" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3687fb838d4ad1c883b62eb59115bc9fb02c4f308aac49a7df89627067f6eb0d" +dependencies = [ + "aws-smithy-async 0.56.0", + "aws-smithy-client 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-runtime-api", + "aws-smithy-types 0.56.0", + "bytes", + "fastrand 2.0.0", + "http", + "http-body 0.4.5", + "once_cell", + "pin-project-lite", + "pin-utils", + "tokio", + "tracing", +] + +[[package]] +name = "aws-smithy-runtime-api" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cfbf1e5c2108b41f5ca607cde40dd5109fecc448f5d30c8e614b61f36dce704" +dependencies = [ + "aws-smithy-async 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-types 0.56.0", + "bytes", + "http", + "tokio", + "tracing", +] + [[package]] name = "aws-smithy-types" version = "0.55.3" @@ -849,6 +1047,20 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eed0a94eefd845a2a78677f1b72f02fa75802d38f7f59be675add140279aa8bf" +dependencies = [ + "base64-simd", + "itoa 1.0.6", + "num-integer", + "ryu", + "serde", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.55.3" @@ -858,17 +1070,42 @@ dependencies = [ "xmlparser", ] +[[package]] +name = "aws-smithy-xml" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c88052c812f696143ad7ba729c63535209ff0e0f49e31a6d2b1205208ea6ea79" +dependencies = [ + "xmlparser", +] + [[package]] name = "aws-types" version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" dependencies = [ - "aws-credential-types", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-credential-types 0.55.3", + "aws-smithy-async 0.55.3", + "aws-smithy-client 0.55.3", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", + "http", + "rustc_version 0.4.0", + "tracing", +] + +[[package]] +name = "aws-types" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bceb8cf724ad057ad7f327d0d256d7147b3eac777b39849a26189e003dc9782" +dependencies = [ + "aws-credential-types 0.56.0", + "aws-smithy-async 0.56.0", + "aws-smithy-client 0.56.0", + "aws-smithy-http 0.56.0", + "aws-smithy-types 0.56.0", "http", "rustc_version 0.4.0", "tracing", @@ -1032,7 +1269,7 @@ dependencies = [ "async-lock", "async-task", "atomic-waker", - "fastrand", + "fastrand 1.9.0", "futures-lite", "log", ] @@ -2537,6 +2774,12 @@ dependencies = [ "instant", ] +[[package]] +name = "fastrand" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" + [[package]] name = "fastwebsockets" version = "0.3.1" @@ -2767,7 +3010,7 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ - "fastrand", + "fastrand 1.9.0", "futures-core", "futures-io", "memchr", @@ -3268,7 +3511,9 @@ checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" dependencies = [ "http", "hyper 0.14.26", + "log", "rustls 0.21.5", + "rustls-native-certs", "tokio", "tokio-rustls 0.24.0", ] @@ -4191,9 +4436,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opaque-debug" @@ -4273,7 +4518,7 @@ dependencies = [ "aws-sdk-lambda", "aws-sdk-s3", "aws-sdk-sqs", - "aws-types", + "aws-types 0.55.3", "bech32", "clap", "config", @@ -6473,7 +6718,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ "cfg-if 1.0.0", - "fastrand", + "fastrand 1.9.0", "redox_syscall 0.3.5", "rustix", "windows-sys 0.45.0", diff --git a/Cargo.toml b/Cargo.toml index b6de593e..9247f50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ tokio = { version = "1", features = ["rt"] } async-trait = "0.1.68" elasticsearch = { version = "8.5.0-alpha.1", optional = true } murmur3 = { version = "0.5.2", optional = true } -aws-config = { version = "0.55.3", optional = true } +aws-config = { version = "0.56.0", optional = true } aws-types = { version = "0.55.3", optional = true } aws-sdk-s3 = { version = "0.28.0", optional = true } openssl = { version = "0.10", optional = true, features = ["vendored"] }