Skip to content

Commit 33ba390

Browse files
fix(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] <[email protected]>
1 parent 491cdc7 commit 33ba390

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ percent-encoding = "2.2.0"
109109
portable-pty = "0.8.1"
110110
r2d2 = "0.8.10"
111111
r2d2_sqlite = "0.25.0"
112-
rand = "0.9.0"
112+
rand = "0.9.1"
113113
rayon = "1.8.0"
114114
regex = "1.7.0"
115115
reqwest = { version = "0.12.14", default-features = false, features = [

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ paste = "1.0.11"
9292
percent-encoding = "2.2.0"
9393
r2d2 = "0.8.10"
9494
r2d2_sqlite = "0.25.0"
95-
rand = "0.9.0"
95+
rand = "0.9.1"
9696
regex = "1.7.0"
9797
reqwest = { version = "0.12.14", default-features = false, features = [
9898
"http2",

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.1"
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)