Skip to content

Commit 4a2a196

Browse files
chore(deps): bump rand from 0.8.5 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.10.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...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 488c013 commit 4a2a196

4 files changed

Lines changed: 8 additions & 29 deletions

File tree

Cargo.lock

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

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ clap = { version = "4", features = ["derive"] }
3030
tracing = { workspace = true }
3131
tracing-subscriber = { workspace = true }
3232
anyhow = { workspace = true }
33-
rand = "0.8"
33+
rand = "0.10"
3434
dirs = "6"
3535
subtle = "2"
3636

crates/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curve25519-dalek = "4"
1616
hkdf = "0.12"
1717
sha2 = "0.10"
1818
blake3 = { workspace = true }
19-
rand = "0.8"
19+
rand = "0.10"
2020
serde = { workspace = true }
2121
thiserror = { workspace = true }
2222
zeroize = { workspace = true }

crates/identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ iroh-base = { workspace = true, features = ["key"] }
1212
serde = { workspace = true }
1313
thiserror = { workspace = true }
1414
chrono = { workspace = true }
15-
rand = "0.9"
15+
rand = "0.10"
1616
zeroize = { workspace = true }
1717

1818
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)