diff --git a/Cargo.lock b/Cargo.lock index ccb7993..b85c79b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,29 +104,31 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aws-config" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3d1e2a1f1ab3ac6c4b884e37413eaa03eb9d901e4fc68ee8f5c1d49721680e" +checksum = "7489a72550db3712fe3a0a92068f832d6270ff82f518b84a800af131f99570d7" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.57.1", "aws-http", + "aws-runtime", "aws-sdk-sso", + "aws-sdk-ssooidc", "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", + "aws-smithy-async 0.57.1", "aws-smithy-http", - "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "aws-types", "bytes 1.2.1", + "fastrand 2.0.1", "hex", "http", "hyper", - "ring", + "ring 0.17.5", "time 0.3.11", "tokio 1.25.0", - "tower", "tracing", "zeroize", ] @@ -137,42 +139,38 @@ version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0696a0523a39a19087747e4dafda0362dc867531e3d72a3f195564c84e5e08" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.54.1", + "aws-smithy-types 0.54.1", "tokio 1.25.0", "tracing", "zeroize", ] [[package]] -name = "aws-endpoint" -version = "0.54.1" +name = "aws-credential-types" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80a4f935ab6a1919fbfd6102a80c4fccd9ff5f47f94ba154074afe1051903261" +checksum = "80009846d61a0a4f9070d789cf0e64db284cba6984fae3871050d044e6569cd2" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", - "http", - "regex", - "tracing", + "aws-smithy-async 0.57.1", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", + "zeroize", ] [[package]] name = "aws-http" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82976ca4e426ee9ca3ffcf919d9b2c8d14d0cd80d43cc02173737a8f07f28d4d" +checksum = "1e65730b741a5f6422fd338bf6f76b7956b090affeaa045e78fca8c4186e0fd5" dependencies = [ - "aws-credential-types", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "aws-types", "bytes 1.2.1", "http", "http-body", - "lazy_static", - "percent-encoding", "pin-project-lite 0.2.9", "tracing", ] @@ -197,77 +195,104 @@ dependencies = [ "serde_cbor", ] +[[package]] +name = "aws-runtime" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d2414b96071ae840b97c0cc1d44b248d5607d648593cdf474f3fb5465572898" +dependencies = [ + "aws-credential-types 0.57.1", + "aws-http", + "aws-sigv4", + "aws-smithy-async 0.57.1", + "aws-smithy-http", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", + "aws-types", + "fastrand 2.0.1", + "http", + "percent-encoding", + "tracing", + "uuid", +] + [[package]] name = "aws-sdk-sso" -version = "0.24.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca0119bacf0c42f587506769390983223ba834e605f049babe514b2bd646dbb2" +checksum = "341a5b00567d0f350025501c8fd36e1ca8055744a2d17e351f0b254f84eba48a" dependencies = [ - "aws-credential-types", - "aws-endpoint", + "aws-credential-types 0.57.1", "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-runtime", + "aws-smithy-async 0.57.1", "aws-smithy-http", - "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "aws-types", "bytes 1.2.1", "http", "regex", - "tokio-stream", - "tower", + "tracing", ] [[package]] -name = "aws-sdk-sts" -version = "0.24.0" +name = "aws-sdk-ssooidc" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "270b6a33969ebfcb193512fbd5e8ee5306888ad6c6d5d775cdbfb2d50d94de26" +checksum = "dbd4bffbd26f66269933bcd26123f2d6860769c0f769b6d3fc10eda025d287d8" dependencies = [ - "aws-credential-types", - "aws-endpoint", + "aws-credential-types 0.57.1", "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", + "aws-runtime", + "aws-smithy-async 0.57.1", "aws-smithy-http", - "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "aws-types", "bytes 1.2.1", "http", "regex", - "tower", "tracing", ] [[package]] -name = "aws-sig-auth" -version = "0.54.1" +name = "aws-sdk-sts" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "660a02a98ab1af83bd8d714afbab2d502ba9b18c49e7e4cddd6bf8837ff778cb" +checksum = "51b1a8ae5c7098502a3e6d4130dbee1e1d3fcb8dc5d65cecab39e01d595f90f6" dependencies = [ - "aws-credential-types", - "aws-sigv4", + "aws-credential-types 0.57.1", + "aws-http", + "aws-runtime", + "aws-smithy-async 0.57.1", "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-query", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", + "aws-smithy-xml", "aws-types", "http", + "regex", "tracing", ] [[package]] name = "aws-sigv4" -version = "0.54.2" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86529e7b64d902efea8fff52c1b2529368d04f90305cf632729e3713f6b57dc0" +checksum = "3347c738e0a8449020877d319cda56da74d6e8aba9fff210720fac66cae3c7f4" dependencies = [ + "aws-credential-types 0.57.1", "aws-smithy-http", + "aws-smithy-runtime-api", + "bytes 1.2.1", "form_urlencoded", "hex", "hmac", @@ -293,41 +318,29 @@ dependencies = [ ] [[package]] -name = "aws-smithy-client" -version = "0.54.1" +name = "aws-smithy-async" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17d44078855a64d757e5c1727df29ffa6679022c38cfc4ba4e63ee9567133141" +checksum = "b4b65a284265d3eec6cc9f1daef2d0cc3b78684b712cb6c7f1d0f665456b7604" dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", - "bytes 1.2.1", - "fastrand", - "http", - "http-body", - "hyper", - "hyper-rustls", - "lazy_static", + "futures-util", "pin-project-lite 0.2.9", "tokio 1.25.0", - "tower", - "tracing", ] [[package]] name = "aws-smithy-http" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5bd86f48d7e36fb24ee922d04d79c8353e01724b1c38757ed92593179223aa7" +checksum = "715aeb61fb743848d5d398ce6fb1259f5eba5e13dceec5d5064cada1a181d38d" dependencies = [ - "aws-smithy-types", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "bytes 1.2.1", "bytes-utils", "futures-core", "http", "http-body", - "hyper", "once_cell", "percent-encoding", "pin-project-lite 0.2.9", @@ -336,73 +349,117 @@ dependencies = [ ] [[package]] -name = "aws-smithy-http-tower" -version = "0.54.1" +name = "aws-smithy-json" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de21d368dcd5cab17033406ea6e7351b091164b208381de837510bd7558c0f30" +dependencies = [ + "aws-smithy-types 0.57.1", +] + +[[package]] +name = "aws-smithy-query" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8972d1b4ae3aba1a10e7106fed53a5a36bc8ef86170a84f6ddd33d36fac12ad" +checksum = "9e5ace389c7e4def130bff7275647481c8d49b867909ca61d5dc9a809b3632f3" dependencies = [ + "aws-smithy-types 0.57.1", + "urlencoding", +] + +[[package]] +name = "aws-smithy-runtime" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb4395310662d10f1847324af5fe43e621922cba03b1aa6d26c21096e18a4e79" +dependencies = [ + "aws-smithy-async 0.57.1", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "bytes 1.2.1", + "fastrand 2.0.1", "http", "http-body", + "hyper", + "hyper-rustls", + "once_cell", "pin-project-lite 0.2.9", - "tower", + "pin-utils", + "rustls", + "tokio 1.25.0", "tracing", ] [[package]] -name = "aws-smithy-json" -version = "0.54.1" +name = "aws-smithy-runtime-api" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18973f12721e27b54891386497a57e1ba09975df1c6cfeccafaf541198962aef" +checksum = "30e27594c06f5b36e97d18ef26ed693f1d4c7167b9bbb544b3a9bb653f9f7035" dependencies = [ - "aws-smithy-types", + "aws-smithy-async 0.57.1", + "aws-smithy-types 0.57.1", + "bytes 1.2.1", + "http", + "pin-project-lite 0.2.9", + "tokio 1.25.0", + "tracing", + "zeroize", ] [[package]] -name = "aws-smithy-query" +name = "aws-smithy-types" version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2881effde104a2b0619badaad9f30ae67805e86fbbdb99e5fcc176e8bfbc1a85" +checksum = "da7e499c4b15bab8eb6b234df31833cc83a1bdaa691ba72d5d81efc109d9d705" dependencies = [ - "aws-smithy-types", - "urlencoding", + "base64-simd 0.7.0", + "itoa", + "num-integer", + "ryu", + "time 0.3.11", ] [[package]] name = "aws-smithy-types" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da7e499c4b15bab8eb6b234df31833cc83a1bdaa691ba72d5d81efc109d9d705" +checksum = "5d36f1723ed61e82094498e7283510fe21484b73c215c33874c81a84411b5bdc" dependencies = [ - "base64-simd", + "base64-simd 0.8.0", + "bytes 1.2.1", + "bytes-utils", + "futures-core", + "http", + "http-body", "itoa", "num-integer", + "pin-project-lite 0.2.9", + "pin-utils", "ryu", + "serde", "time 0.3.11", ] [[package]] name = "aws-smithy-xml" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a73082f023f4a361fe811954da0061076709198792a3d2ad3a7498e10b606a0" +checksum = "68225c8d3e3e6c565a3cf764aa82440837ef15c33d1dd7205e15715444e4b4ad" dependencies = [ "xmlparser", ] [[package]] name = "aws-types" -version = "0.54.1" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f15b34253b68cde08e39b0627cc6101bcca64351229484b4743392c035d057" +checksum = "acdc27aac60f715bab25f5d758ba5651b80aae791c48e9871ffe298683f00a2b" dependencies = [ - "aws-credential-types", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-credential-types 0.57.1", + "aws-smithy-async 0.57.1", + "aws-smithy-runtime-api", + "aws-smithy-types 0.57.1", "http", "rustc_version", "tracing", @@ -444,6 +501,16 @@ dependencies = [ "simd-abstraction", ] +[[package]] +name = "base64-simd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" +dependencies = [ + "outref 0.5.1", + "vsimd", +] + [[package]] name = "base64ct" version = "1.5.1" @@ -529,9 +596,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.73" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +dependencies = [ + "libc", +] [[package]] name = "cfg-if" @@ -1033,6 +1103,12 @@ dependencies = [ "instant", ] +[[package]] +name = "fastrand" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" + [[package]] name = "flex-error" version = "0.4.4" @@ -1225,9 +1301,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if 1.0.0", "libc", @@ -1321,9 +1397,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes 1.2.1", "fnv", @@ -1343,9 +1419,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" @@ -1355,9 +1431,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.20" +version = "0.14.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" dependencies = [ "bytes 1.2.1", "futures-channel", @@ -1379,10 +1455,11 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ + "futures-util", "http", "hyper", "log", @@ -1527,9 +1604,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.137" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libloading" @@ -1909,9 +1986,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opaque-debug" @@ -1975,6 +2052,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" +[[package]] +name = "outref" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" + [[package]] name = "overload" version = "0.1.1" @@ -2002,26 +2085,6 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" -[[package]] -name = "pin-project" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" -dependencies = [ - "proc-macro2 1.0.69", - "quote 1.0.33", - "syn 1.0.104", -] - [[package]] name = "pin-project-lite" version = "0.1.12" @@ -2261,7 +2324,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.7", + "getrandom 0.2.10", ] [[package]] @@ -2324,11 +2387,25 @@ dependencies = [ "libc", "once_cell", "spin 0.5.2", - "untrusted", + "untrusted 0.7.1", "web-sys", "winapi 0.3.9", ] +[[package]] +name = "ring" +version = "0.17.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" +dependencies = [ + "cc", + "getrandom 0.2.10", + "libc", + "spin 0.9.8", + "untrusted 0.9.0", + "windows-sys 0.48.0", +] + [[package]] name = "rsa" version = "0.7.2" @@ -2396,14 +2473,14 @@ dependencies = [ [[package]] name = "rustls" -version = "0.20.7" +version = "0.21.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c" +checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" dependencies = [ "log", - "ring", + "ring 0.17.5", + "rustls-webpki", "sct", - "webpki", ] [[package]] @@ -2427,6 +2504,16 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring 0.17.5", + "untrusted 0.9.0", +] + [[package]] name = "ryu" version = "1.0.10" @@ -2455,8 +2542,8 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", - "untrusted", + "ring 0.16.20", + "untrusted 0.7.1", ] [[package]] @@ -2664,7 +2751,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" dependencies = [ - "outref", + "outref 0.1.0", ] [[package]] @@ -2684,9 +2771,9 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] name = "socket2" -version = "0.4.4" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi 0.3.9", @@ -2817,7 +2904,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ "cfg-if 1.0.0", - "fastrand", + "fastrand 1.8.0", "redox_syscall", "rustix 0.37.3", "windows-sys 0.45.0", @@ -3097,7 +3184,7 @@ name = "tmkms-nitro-helper" version = "0.4.2" dependencies = [ "aws-config", - "aws-credential-types", + "aws-credential-types 0.54.1", "clap", "ctrlc", "ed25519-consensus", @@ -3178,6 +3265,7 @@ dependencies = [ "memchr", "mio 0.8.4", "pin-project-lite 0.2.9", + "signal-hook-registry", "socket2", "windows-sys 0.42.0", ] @@ -3206,13 +3294,12 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.23.4" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ "rustls", "tokio 1.25.0", - "webpki", ] [[package]] @@ -3283,28 +3370,6 @@ dependencies = [ "winnow", ] -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite 0.2.9", - "tokio 1.25.0", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-layer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" - [[package]] name = "tower-service" version = "0.3.2" @@ -3318,7 +3383,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", - "log", "pin-project-lite 0.2.9", "tracing-attributes", "tracing-core", @@ -3450,6 +3514,12 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "url" version = "2.3.1" @@ -3467,6 +3537,12 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821" +[[package]] +name = "uuid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" + [[package]] name = "valuable" version = "0.1.0" @@ -3491,6 +3567,12 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +[[package]] +name = "vsimd" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" + [[package]] name = "vsock" version = "0.3.0" @@ -3593,16 +3675,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "webpki" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "which" version = "4.2.5" diff --git a/providers/nitro/nitro-helper/Cargo.toml b/providers/nitro/nitro-helper/Cargo.toml index aeb0d6d..effa057 100644 --- a/providers/nitro/nitro-helper/Cargo.toml +++ b/providers/nitro/nitro-helper/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Tomas Tauber <2410580+tomtau@users.noreply.github.com>" ] edition = "2021" [dependencies] -aws-config = "0.54" +aws-config = "0.57" aws-credential-types = "0.54" ctrlc = "3" ed25519-consensus = "2"