Skip to content

Commit 25bf770

Browse files
chore(deps): bump rand from 0.8.6 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38cd4d0 commit 25bf770

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -36,7 +36,7 @@ sha2 = "0.10"
3636
hex = "0.4"
3737
dashmap = "6"
3838
clap = { version = "4.6", features = ["derive"] }
39-
rand = "0.8.6"
39+
rand = "0.9.4"
4040
chacha20poly1305 = "0.10"
4141
once_cell = "1"
4242
pbkdf2 = "0.12"

src/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rpassword = "7"
3636
tokio-rustls = { version = "0.26.4", default-features = false, features = ["ring", "logging", "tls12"] }
3737
rustls = { version = "0.23.37", default-features = false, features = ["ring", "logging", "std", "tls12"] }
3838
base64 = "0.22"
39-
rand = "0.8.6"
39+
rand = "0.9.4"
4040
bitflags = "2"
4141
parking_lot = "0.12"
4242
crossterm = "0.29"

src/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ rustls-pki-types = "1"
3838
base64 = "0.22"
3939
bitflags = "2"
4040
parking_lot = "0.12"
41-
rand = "0.8.6"
41+
rand = "0.9.4"
4242
rpassword = "7"
4343
zeroize = "1.7"

0 commit comments

Comments
 (0)