diff --git a/DynamoDbEncryption/runtimes/rust/Cargo.toml b/DynamoDbEncryption/runtimes/rust/Cargo.toml index 23782f1c6..12f2fb61e 100644 --- a/DynamoDbEncryption/runtimes/rust/Cargo.toml +++ b/DynamoDbEncryption/runtimes/rust/Cargo.toml @@ -26,7 +26,7 @@ aws-smithy-runtime-api = {version = "1.10.0", features = ["client"] } # time 0.3.37+ introduces ModifierValue associated type impls that conflict with # CanDisable's blanket `impl From`. Pin time until upstream fixes it. # See: https://github.com/time-rs/time/issues/720 -time = ">=0.3.0, <0.3.37" +time = ">=0.3.0, <0.3.52" aws-smithy-types = "1.3.6" chrono = "0.4.43" cpu-time = "1.0.0" diff --git a/TestVectors/runtimes/rust/Cargo.toml b/TestVectors/runtimes/rust/Cargo.toml index 12128027b..8d7957667 100644 --- a/TestVectors/runtimes/rust/Cargo.toml +++ b/TestVectors/runtimes/rust/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] aws-config = "1.8.12" aws-lc-rs = {version = "1.15.4"} -aws-lc-sys = { version = "0.37", optional = true } +aws-lc-sys = { version = "0.41", optional = true } aws-lc-fips-sys = { version = "0.13", optional = true } aws-sdk-dynamodb = "1.103.0" aws-sdk-kms = "1.98.0" @@ -16,7 +16,7 @@ aws-smithy-runtime-api = {version = "1.10.0", features = ["client"] } # aws-smithy-types has a coherence conflict (E0119) with time >= 0.3.37 on rustc >= 1.80. # time 0.3.37+ introduces ModifierValue associated type impls that conflict with # CanDisable's blanket `impl From`. Pin time until upstream fixes it. -time = ">=0.3.0, <0.3.37" +time = ">=0.3.0, <0.3.52" aws-smithy-types = "1.3.6" chrono = "0.4.43" cpu-time = "1.0.0"