Skip to content

Commit a109353

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 539da87 commit a109353

File tree

3 files changed

+93
-12
lines changed

3 files changed

+93
-12
lines changed

Cargo.lock

Lines changed: 91 additions & 10 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
@@ -102,7 +102,7 @@ percent-encoding = "2.2.0"
102102
portable-pty = "0.8.1"
103103
r2d2 = "0.8.10"
104104
r2d2_sqlite = "0.25.0"
105-
rand = "0.8.5"
105+
rand = "0.9.0"
106106
regex = "1.7.0"
107107
reqwest = { version = "0.12.12", default-features = false, features = [
108108
# defaults except tls

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)