Skip to content

Commit 5060020

Browse files
authored
bump rand to 0.10.1 (#7405)
## Summary Bumps `rand` to `0.10.1`. - https://rustsec.org/advisories/RUSTSEC-2026-0097 - rust-random/rand#1763 ## Testing N/A Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent f83a367 commit 5060020

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -202,7 +202,7 @@ pyo3-bytes = "0.6"
202202
pyo3-log = "0.13.0"
203203
pyo3-object_store = "0.9.0"
204204
quote = "1.0.44"
205-
rand = "0.10.0"
205+
rand = "0.10.1"
206206
rand_distr = "0.6"
207207
ratatui = { version = "0.30", default-features = false }
208208
regex = "1.11.0"

0 commit comments

Comments
 (0)