Skip to content

Commit 6fa7ec8

Browse files
chore(deps): update rand requirement in /AwsEncryptionSDK/runtimes/rust
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d3f2e0 commit 6fa7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AwsEncryptionSDK/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cpu-time = "1.0.0"
2828
dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"]}
2929
dashmap = "6.1.0"
3030
pem = "3.0.6"
31-
rand = "0.9.2"
31+
rand = "0.10.0"
3232
tokio = {version = "1.49.0", features = ["full"] }
3333
uuid = { version = "1.19.0", features = ["v4"] }
3434

0 commit comments

Comments
 (0)