Skip to content

Commit 67bcef8

Browse files
fix(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c76bdac commit 67bcef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ blocking = { version = "1.6.0", optional = true }
6161
async-task = { version = "4.7.1", optional = true }
6262
hex = "0.4.3"
6363
ordered-stream = "0.2"
64-
rand = "0.8.5"
64+
rand = "0.9.0"
6565
sha1 = { version = "0.10.6", features = ["std"] }
6666
event-listener = "5.3.0"
6767
static_assertions = "1.1.0"

0 commit comments

Comments
 (0)