From 582c1e0200b932eec6bfbe677608a8192cc7f817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 03:05:23 +0000 Subject: [PATCH] chore(deps): bump the all group across 2 directories with 2 updates Updates the requirements on [time](https://github.com/time-rs/time) and [aws-lc-sys](https://github.com/aws/aws-lc-rs) to permit the latest version. Updates `time` to 0.3.51 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.0...v0.3.51) Updates `aws-lc-sys` to 0.41.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/aws-lc-sys/v0.37.0...aws-lc-sys/v0.41.0) Updates `time` to 0.3.51 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.0...v0.3.51) --- updated-dependencies: - dependency-name: aws-lc-sys dependency-version: 0.41.0 dependency-type: direct:production dependency-group: all - dependency-name: aws-lc-sys dependency-version: 0.41.0 dependency-type: direct:production dependency-group: all - dependency-name: time dependency-version: 0.3.49 dependency-type: direct:production dependency-group: all - dependency-name: time dependency-version: 0.3.49 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- DynamoDbEncryption/runtimes/rust/Cargo.toml | 2 +- TestVectors/runtimes/rust/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"