Skip to content

Commit a1a20c3

Browse files
cargo(deps): bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21d26fc commit a1a20c3

2 files changed

Lines changed: 39 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ chrono = { version = "0.4", features = ["serde"] }
116116
uuid = { version = "1.0", features = ["v4", "serde"] }
117117

118118
# Random number generation for streaming example - stable version
119-
rand = "0.8"
119+
rand = "0.9"
120120

121121
# Additional utilities
122122
futures = "0.3"

0 commit comments

Comments
 (0)