Skip to content

Commit 78890c8

Browse files
authored
Update rand@0.10.0 to 0.10.1 (#4157)
Resolve RUSTSEC-2026-0097
1 parent 24928fc commit 78890c8

3 files changed

Lines changed: 14 additions & 14 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pin-project = "1.1"
121121
proc-macro2 = "1.0.106"
122122
quick-xml = { version = "0.39.0", features = ["serialize", "serde-types"] }
123123
quote = "1.0.44"
124-
rand = { version = "0.10.0", features = ["sys_rng"] }
124+
rand = { version = "0.10.1", features = ["sys_rng"] }
125125
rand_chacha = "0.10"
126126
reqwest = { version = "0.13.2", features = [
127127
"stream",

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allow = [
1111
"Apache-2.0",
1212
"BSD-3-Clause",
1313
"MIT",
14-
"MPL-2.0",
14+
# "MPL-2.0",
1515
# "OpenSSL",
1616
"Unicode-3.0",
1717
"Zlib",

0 commit comments

Comments
 (0)