Skip to content

Commit f46b8b2

Browse files
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](time-rs/time@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](aws/aws-lc-rs@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](time-rs/time@v0.3.0...v0.3.51) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.51 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.51 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 598c80b commit f46b8b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ aws-smithy-runtime-api = {version = "1.10.0", features = ["client"] }
2626
# time 0.3.37+ introduces ModifierValue associated type impls that conflict with
2727
# CanDisable<T>'s blanket `impl<T> From<T>`. Pin time until upstream fixes it.
2828
# See: https://github.com/time-rs/time/issues/720
29-
time = ">=0.3.0, <0.3.37"
29+
time = ">=0.3.0, <0.3.52"
3030
aws-smithy-types = "1.3.6"
3131
chrono = "0.4.43"
3232
cpu-time = "1.0.0"

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ edition = "2021"
88
[dependencies]
99
aws-config = "1.8.12"
1010
aws-lc-rs = {version = "1.15.4"}
11-
aws-lc-sys = { version = "0.37", optional = true }
11+
aws-lc-sys = { version = "0.41", optional = true }
1212
aws-lc-fips-sys = { version = "0.13", optional = true }
1313
aws-sdk-dynamodb = "1.103.0"
1414
aws-sdk-kms = "1.98.0"
1515
aws-smithy-runtime-api = {version = "1.10.0", features = ["client"] }
1616
# aws-smithy-types has a coherence conflict (E0119) with time >= 0.3.37 on rustc >= 1.80.
1717
# time 0.3.37+ introduces ModifierValue associated type impls that conflict with
1818
# CanDisable<T>'s blanket `impl<T> From<T>`. Pin time until upstream fixes it.
19-
time = ">=0.3.0, <0.3.37"
19+
time = ">=0.3.0, <0.3.52"
2020
aws-smithy-types = "1.3.6"
2121
chrono = "0.4.43"
2222
cpu-time = "1.0.0"

0 commit comments

Comments
 (0)