diff --git a/aws/rust-runtime/Cargo.lock b/aws/rust-runtime/Cargo.lock index 2c8204aefa..d3afd583b8 100644 --- a/aws/rust-runtime/Cargo.lock +++ b/aws/rust-runtime/Cargo.lock @@ -130,7 +130,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-credential-types" -version = "1.2.1" +version = "1.2.2" dependencies = [ "async-trait", "aws-smithy-async", @@ -157,7 +157,7 @@ version = "0.60.3" [[package]] name = "aws-inlineable" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aws-credential-types", "aws-runtime", @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "aws-smithy-protocol-test" -version = "0.63.0" +version = "0.63.1" dependencies = [ "assert-json-diff", "aws-smithy-runtime-api", diff --git a/aws/rust-runtime/aws-credential-types/Cargo.toml b/aws/rust-runtime/aws-credential-types/Cargo.toml index d0b53f7d92..1cb3b408d5 100644 --- a/aws/rust-runtime/aws-credential-types/Cargo.toml +++ b/aws/rust-runtime/aws-credential-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-credential-types" -version = "1.2.1" +version = "1.2.2" authors = ["AWS Rust SDK Team "] description = "Types for AWS SDK credentials." edition = "2021" @@ -15,7 +15,7 @@ test-util = ["aws-smithy-runtime-api/test-util"] aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" } aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client", "http-auth"] } -zeroize = "1" +zeroize = "1.7.0" [dev-dependencies] async-trait = "0.1.74" # used to test compatibility diff --git a/aws/rust-runtime/aws-inlineable/Cargo.toml b/aws/rust-runtime/aws-inlineable/Cargo.toml index 4f29c1ee28..f3e014a4fb 100644 --- a/aws/rust-runtime/aws-inlineable/Cargo.toml +++ b/aws/rust-runtime/aws-inlineable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-inlineable" -version = "0.1.0" +version = "0.1.1" authors = ["AWS Rust SDK Team ", "Russell Cohen "] description = """ The modules of this crate are intended to be inlined directly into the SDK as needed. The dependencies here @@ -25,19 +25,19 @@ aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" } aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", features = ["client"] } aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types", features = ["http-body-0-4-x"] } -bytes = "1" +bytes = "1.4.0" fastrand = "2.0.0" hex = "0.4.3" http = "0.2.9" http-body = "0.4.5" -http-1x = { package = "http", version = "1", optional = true } +http-1x = { package = "http", version = "1.1.0", optional = true } http-body-1x = { package = "http-body", version = "1", optional = true } hmac = "0.12" lru = "0.12.5" ring = "0.17.5" sha2 = "0.10" -tokio = "1.23.1" -tracing = "0.1" +tokio = "1.40.0" +tracing = "0.1.40" url = "2.5.4" [dev-dependencies] diff --git a/aws/rust-runtime/aws-runtime/Cargo.toml b/aws/rust-runtime/aws-runtime/Cargo.toml index 02783361a1..029f526ed0 100644 --- a/aws/rust-runtime/aws-runtime/Cargo.toml +++ b/aws/rust-runtime/aws-runtime/Cargo.toml @@ -25,17 +25,17 @@ aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", featur aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } aws-types = { path = "../aws-types" } -bytes = "1.1" +bytes = "1.4.0" fastrand = "2.0.0" -http-02x = { package = "http", version = "0.2.3" } +http-02x = { package = "http", version = "0.2.9" } http-body-04x = { package = "http-body", version = "0.4.5" } http-1x = { package = "http", version = "1.1.0", optional = true } http-body-1x = { package = "http-body", version = "1.0.0", optional = true } -once_cell = "1.18.0" -percent-encoding = "2.1.0" -pin-project-lite = "0.2.9" +once_cell = "1.20.1" +percent-encoding = "2.3.1" +pin-project-lite = "0.2.14" regex-lite = { version = "0.1.5", optional = true } -tracing = "0.1" +tracing = "0.1.40" uuid = { version = "1" } [dev-dependencies] diff --git a/aws/rust-runtime/aws-sigv4/Cargo.toml b/aws/rust-runtime/aws-sigv4/Cargo.toml index a1ae06e323..fa6874318b 100644 --- a/aws/rust-runtime/aws-sigv4/Cargo.toml +++ b/aws/rust-runtime/aws-sigv4/Cargo.toml @@ -22,22 +22,22 @@ aws-smithy-eventstream = { path = "../../../rust-runtime/aws-smithy-eventstream" aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" } aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } -bytes = "1" -form_urlencoded = { version = "1.0", optional = true } -hex = "0.4" +bytes = "1.4.0" +form_urlencoded = { version = "1.2.1", optional = true } +hex = "0.4.3" hmac = "0.12" -http0 = { version = "0.2", optional = true, package = "http" } -http = { version = "1", optional = true } -once_cell = "1.8" +http0 = { version = "0.2.9", optional = true, package = "http" } +http = { version = "1.1.0", optional = true } +once_cell = "1.20.1" p256 = { version = "0.11", features = ["ecdsa"], optional = true } -percent-encoding = { version = "2.1", optional = true } +percent-encoding = { version = "2.3.1", optional = true } ring = { version = "0.17.5", optional = true } sha2 = "0.10" crypto-bigint = { version = "0.5.4", optional = true } subtle = { version = "2.5.0", optional = true } time = "0.3.5" -tracing = "0.1" -zeroize = { version = "^1", optional = true } +tracing = "0.1.40" +zeroize = { version = "^1.7.0", optional = true } [dev-dependencies] aws-credential-types = { path = "../aws-credential-types", features = ["test-util", "hardcoded-credentials"] } diff --git a/aws/rust-runtime/aws-types/Cargo.toml b/aws/rust-runtime/aws-types/Cargo.toml index 5b474b5cbe..2ea4733596 100644 --- a/aws/rust-runtime/aws-types/Cargo.toml +++ b/aws/rust-runtime/aws-types/Cargo.toml @@ -17,7 +17,7 @@ aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" } aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", optional = true } aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } -tracing = "0.1" +tracing = "0.1.40" # cargo does not support optional test dependencies, so to completely disable rustls # we need to add the webpki-roots feature here. # https://github.com/rust-lang/cargo/issues/1596