Skip to content

Commit fac4756

Browse files
Update rand requirement from 0.9.0 to 0.10.0 in /common_lib
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.1...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 e24d7cd commit fac4756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-trait = "0.1.74"
1212
# TODO: stop using error from lambda_runtime
1313
lambda_runtime = "1.0.1"
1414
tokio = { version = "1", features = ["full"] }
15-
rand = "0.9.0"
15+
rand = "0.10.0"
1616
regex = "1.10.2"
1717
chrono = "0.4.31"
1818

0 commit comments

Comments
 (0)