Skip to content

Commit 8ad8d78

Browse files
committed
fix(deps): Update rand 0.8.5 to 0.8.6
This makes sure that the vulnerable `log` feature is unavailable. And as such the advisory suppression is removed. See: rust-random/rand#1772 Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 7d8af34 commit 8ad8d78

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

Cargo.lock

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

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
ignore = [
33
"RUSTSEC-2023-0050", # nethsm-sdk-rs uses unmaintained multipart until something else becomes available: https://github.com/Nitrokey/nethsm-sdk-rs/issues/29
44
"RUSTSEC-2023-0071", # side-channel attacks are not relevant for our use-case (only used in tests)
5-
"RUSTSEC-2026-0097", # several uses of rand in the affected versions, but none using the "log" feature
65
]
76
version = 2
87
yanked = "deny"

0 commit comments

Comments
 (0)