diff --git a/Cargo.lock b/Cargo.lock index 21558d3c..1f66f5da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,23 +93,23 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aws-config" -version = "0.101.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f9625b71b3ee4adbfbca369c6680d156e316ed86d2c7199a2a134563917414" +checksum = "80c950a809d39bc9480207cb1cfc879ace88ea7e3a4392a8e9999e45d6e5692e" dependencies = [ - "aws-credential-types 0.101.0", - "aws-http 0.59.0", - "aws-runtime 0.101.0", + "aws-credential-types", + "aws-http", + "aws-runtime", "aws-sdk-sso", "aws-sdk-ssooidc", "aws-sdk-sts", - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-json 0.59.0", - "aws-smithy-runtime 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-types 0.101.0", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", "bytes", "fastrand 2.0.0", "hex", @@ -124,53 +124,25 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "0.101.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5924466398ac76ffd411d297b9d516dcebb0577f7344c0c15fd8e8e04d9c7895" +checksum = "8c1317e1a3514b103cf7d5828bbab3b4d30f56bd22d684f8568bc51b6cfbbb1c" dependencies = [ - "aws-smithy-async 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", + "aws-smithy-async", + "aws-smithy-runtime-api", + "aws-smithy-types", "zeroize", ] -[[package]] -name = "aws-credential-types" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6dec6f3d42983be70a113f999476185e124884f43f4d60129c7157aede7bda1" -dependencies = [ - "aws-smithy-async 1.0.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", - "zeroize", -] - -[[package]] -name = "aws-http" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb9a3aa335a105a00975c971f1dad403c3175f2a210d98f39345c6af53923912" -dependencies = [ - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-types 0.101.0", - "bytes", - "http", - "http-body", - "pin-project-lite", - "tracing", -] - [[package]] name = "aws-http" version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "361c4310fdce94328cc2d1ca0c8a48c13f43009c61d3367585685a50ca8c66b6" dependencies = [ - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", - "aws-types 1.0.0", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", "bytes", "http", "http-body", @@ -180,39 +152,18 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "0.101.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75844ecbdf3dc5e0f5ac5fd1088fb1623849990ea9445d2826258ce63be4de5" -dependencies = [ - "aws-credential-types 0.101.0", - "aws-http 0.59.0", - "aws-sigv4 0.101.0", - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-types 0.101.0", - "fastrand 2.0.0", - "http", - "percent-encoding", - "tracing", - "uuid", -] - -[[package]] -name = "aws-runtime" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ba3ad97d674bfaeed684d528a07cee6e81cbf16e6d6c7e272a130b5e71e6b9" -dependencies = [ - "aws-credential-types 1.0.0", - "aws-http 0.60.0", - "aws-sigv4 1.0.0", - "aws-smithy-async 1.0.0", - "aws-smithy-http 0.60.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", - "aws-types 1.0.0", +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ed7ef604a15fd0d4d9e43701295161ea6b504b63c44990ead352afea2bc15e9" +dependencies = [ + "aws-credential-types", + "aws-http", + "aws-sigv4", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", "fastrand 2.0.0", "http", "percent-encoding", @@ -226,18 +177,18 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e07a1309e625910becdd07373be40e80f49abc55ae63080257ab81bfdbf38fc" dependencies = [ - "aws-credential-types 1.0.0", - "aws-http 0.60.0", - "aws-runtime 1.0.0", - "aws-smithy-async 1.0.0", - "aws-smithy-http 0.60.0", - "aws-smithy-json 0.60.0", - "aws-smithy-query 0.60.0", - "aws-smithy-runtime 1.0.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", - "aws-smithy-xml 0.60.0", - "aws-types 1.0.0", + "aws-credential-types", + "aws-http", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-query", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-smithy-xml", + "aws-types", "fastrand 2.0.0", "http", "regex", @@ -246,20 +197,20 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c870aa95e1e85f837f74af2cc937b3f8e72e2315a89e524265875843655b4d47" -dependencies = [ - "aws-credential-types 0.101.0", - "aws-http 0.59.0", - "aws-runtime 0.101.0", - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-json 0.59.0", - "aws-smithy-runtime 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-types 0.101.0", +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0619ab97a5ca8982e7de073cdc66f93e5f6a1b05afc09e696bec1cb3607cd4df" +dependencies = [ + "aws-credential-types", + "aws-http", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", "bytes", "http", "regex", @@ -268,20 +219,20 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "107ee812e46f9120e68d48bf985d2f2a538315bd8be8a3e54db619250cc4c95e" -dependencies = [ - "aws-credential-types 0.101.0", - "aws-http 0.59.0", - "aws-runtime 0.101.0", - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-json 0.59.0", - "aws-smithy-runtime 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-types 0.101.0", +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f04b9f5474cc0f35d829510b2ec8c21e352309b46bf9633c5a81fb9321e9b1c7" +dependencies = [ + "aws-credential-types", + "aws-http", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-types", "bytes", "http", "regex", @@ -290,22 +241,22 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e3958c43a78f6c3822e62009a35802af5cc7c120fbe8e60b98565604569aae" -dependencies = [ - "aws-credential-types 0.101.0", - "aws-http 0.59.0", - "aws-runtime 0.101.0", - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-json 0.59.0", - "aws-smithy-query 0.59.0", - "aws-smithy-runtime 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "aws-smithy-xml 0.59.0", - "aws-types 0.101.0", +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "798c8d82203af9e15a8b406574e0b36da91dd6db533028b74676489a1bc8bc7d" +dependencies = [ + "aws-credential-types", + "aws-http", + "aws-runtime", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-json", + "aws-smithy-query", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types", + "aws-smithy-xml", + "aws-types", "http", "regex", "tracing", @@ -313,14 +264,14 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.101.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06130e3686db3c5ae2fc44b3516fffe6b4d4eccebe09bd8ccc4067f3c9c183fb" +checksum = "380adcc8134ad8bbdfeb2ace7626a869914ee266322965276cbc54066186d236" dependencies = [ - "aws-credential-types 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", + "aws-credential-types", + "aws-smithy-http", + "aws-smithy-runtime-api", + "aws-smithy-types", "bytes", "form_urlencoded", "hex", @@ -334,79 +285,25 @@ dependencies = [ "tracing", ] -[[package]] -name = "aws-sigv4" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4d07e2f2fc32acb7423d054ec8ba2b361dafc95fabc5a211baf4a566571d20e" -dependencies = [ - "aws-credential-types 1.0.0", - "aws-smithy-http 0.60.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", - "bytes", - "form_urlencoded", - "hex", - "hmac", - "http", - "once_cell", - "percent-encoding", - "regex", - "sha2", - "time", - "tracing", -] - -[[package]] -name = "aws-smithy-async" -version = "0.101.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d787b7e07925b450bed90d9d29ac8e57006c9c2ac907151d175ac0e376bfee0e" -dependencies = [ - "futures-util", - "pin-project-lite", - "tokio", -] - [[package]] name = "aws-smithy-async" -version = "1.0.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "133965d3038e4b79be8ceb7e0ccae2144ddf7b2abff5827d24dc451d559c56b9" +checksum = "573441a5a0219e436e86a7f9a20b0f2505c5ae6fe7fe3eba6e3950991c9ad914" dependencies = [ "futures-util", "pin-project-lite", "tokio", ] -[[package]] -name = "aws-smithy-http" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96daaad925331c72449423574fdc72b54af780d5a23ace3c0a6ad0ccbf378715" -dependencies = [ - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "bytes", - "bytes-utils", - "futures-core", - "http", - "http-body", - "once_cell", - "percent-encoding", - "pin-project-lite", - "pin-utils", - "tracing", -] - [[package]] name = "aws-smithy-http" version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b1de8aee22f67de467b2e3d0dd0fb30859dc53f579a63bd5381766b987db644" dependencies = [ - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", + "aws-smithy-runtime-api", + "aws-smithy-types", "bytes", "bytes-utils", "futures-core", @@ -419,32 +316,13 @@ dependencies = [ "tracing", ] -[[package]] -name = "aws-smithy-json" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ff985bee3fe21046dc501fadc1d04a1161977c55a0cbbccd9b111c18206aa64" -dependencies = [ - "aws-smithy-types 0.101.0", -] - [[package]] name = "aws-smithy-json" version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a46dd338dc9576d6a6a5b5a19bd678dcad018ececee11cf28ecd7588bd1a55c" dependencies = [ - "aws-smithy-types 1.0.0", -] - -[[package]] -name = "aws-smithy-query" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb4006503693766d34717efc5f58325062845fce26a683a71b70f23156d72e67" -dependencies = [ - "aws-smithy-types 0.101.0", - "urlencoding", + "aws-smithy-types", ] [[package]] @@ -453,46 +331,23 @@ version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "feb5b8c7a86d4b6399169670723b7e6f21a39fc833a30f5c5a2f997608178129" dependencies = [ - "aws-smithy-types 1.0.0", + "aws-smithy-types", "urlencoding", ] [[package]] name = "aws-smithy-runtime" -version = "0.101.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d28af854558601b4202a4273b9720aebe43d73e472143e6056f16e3bd90bc837" +checksum = "c0c628feae802ab1589936e2aaef6f8ab2b8fc1ee1f947c276dd8a7c3cda1904" dependencies = [ - "aws-smithy-async 0.101.0", - "aws-smithy-http 0.59.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "bytes", - "fastrand 2.0.0", - "http", - "http-body", - "hyper", - "hyper-rustls", - "once_cell", - "pin-project-lite", - "pin-utils", - "rustls", - "tokio", - "tracing", -] - -[[package]] -name = "aws-smithy-runtime" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dac9354849acb0ce5f64f97321d1ca7703336542630b2e91bd3fcddbf1719a3" -dependencies = [ - "aws-smithy-async 1.0.0", - "aws-smithy-http 0.60.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", + "aws-smithy-async", + "aws-smithy-http", + "aws-smithy-runtime-api", + "aws-smithy-types", "bytes", "fastrand 2.0.0", + "h2", "http", "http-body", "hyper", @@ -507,12 +362,12 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "0.101.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1c68e17e754b86da350b43add38294189121a880e9c3fb454f83ff7044f5257" +checksum = "7460e5cc8e6eb0749608535854352f6e121433960ba05daf4dbde0e42c1199a5" dependencies = [ - "aws-smithy-async 0.101.0", - "aws-smithy-types 0.101.0", + "aws-smithy-async", + "aws-smithy-types", "bytes", "http", "pin-project-lite", @@ -521,47 +376,11 @@ dependencies = [ "zeroize", ] -[[package]] -name = "aws-smithy-runtime-api" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8d85925920c037d30cfdd4cd93680e94c66671fd88083f9a96cb7bb456ef021" -dependencies = [ - "aws-smithy-async 1.0.0", - "aws-smithy-types 1.0.0", - "bytes", - "http", - "pin-project-lite", - "tokio", - "tracing", -] - [[package]] name = "aws-smithy-types" -version = "0.101.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d97b978d8a351ea5744206ecc643a1d3806628680e9f151b4d6b7a76fec1596f" -dependencies = [ - "base64-simd", - "bytes", - "bytes-utils", - "futures-core", - "http", - "http-body", - "itoa", - "num-integer", - "pin-project-lite", - "pin-utils", - "ryu", - "serde", - "time", -] - -[[package]] -name = "aws-smithy-types" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91c44684ec45e4ca6f535912885e18e6f7e88c873802cc115a6fb54aebed80f2" +checksum = "8ba838f43d0d72d76918895a93c3ad647f75a058541a60e85beefb6bb0a9bd40" dependencies = [ "base64-simd", "bytes", @@ -580,15 +399,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "aws-smithy-xml" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97500a0d0884b9576e65076075f81d899cfbb84f7db5ca1dd317f0582204e528" -dependencies = [ - "xmlparser", -] - [[package]] name = "aws-smithy-xml" version = "0.60.0" @@ -600,29 +410,14 @@ dependencies = [ [[package]] name = "aws-types" -version = "0.101.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61065f0c6070cb0f9aaddfa614605fb1049908481da71ba5b39b2ffca12f57e4" -dependencies = [ - "aws-credential-types 0.101.0", - "aws-smithy-async 0.101.0", - "aws-smithy-runtime-api 0.101.0", - "aws-smithy-types 0.101.0", - "http", - "rustc_version", - "tracing", -] - -[[package]] -name = "aws-types" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18c0eb301cce69298555c4884795497c67b3bd511aa3f07470382f4bf3ef043" +checksum = "8403fc56b1f3761e8efe45771ddc1165e47ec3417c68e68a4519b5cb030159ca" dependencies = [ - "aws-credential-types 1.0.0", - "aws-smithy-async 1.0.0", - "aws-smithy-runtime-api 1.0.0", - "aws-smithy-types 1.0.0", + "aws-credential-types", + "aws-smithy-async", + "aws-smithy-runtime-api", + "aws-smithy-types", "http", "rustc_version", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 4fa24c1e..fe17c916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ publish = true [dependencies] atty = "0.2.14" -aws-config = "0.101.0" +aws-config = "1.0.1" aws-sdk-cloudformation = "0.39.0" clap = { version = "4.4.10", features = ["derive"] } console = "0.15.7"