Skip to content

Commit 9fcb26c

Browse files
committed
chore(cargo): upgrade rand 0.8.5 to rand 0.8.6
This upgrade resolves RUSTSEC-2026-0097
1 parent d9474a6 commit 9fcb26c

2 files changed

Lines changed: 12 additions & 20 deletions

File tree

Cargo.lock

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

deny.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ ignore = [
2727
# <https://rustsec.org/advisories/RUSTSEC-2026-0099>
2828
"RUSTSEC-2026-0049",
2929
"RUSTSEC-2026-0098",
30-
"RUSTSEC-2026-0099",
31-
32-
# rand 0.8.x
33-
# <https://rustsec.org/advisories/RUSTSEC-2026-0097>
34-
# We already use rand 0.9,
35-
# version 0.8 that cannot be upgraded
36-
# is a dependency of iroh 0.35.0 and rPGP.
37-
# rPGP upgrade is waiting for <https://github.com/rpgp/rpgp/pull/573>
38-
"RUSTSEC-2026-0097"
30+
"RUSTSEC-2026-0099"
3931
]
4032

4133
[bans]

0 commit comments

Comments
 (0)