Skip to content

Commit 00c459f

Browse files
lwshangclaude
andcommitted
chore: upgrade winreg to 0.56.0
Resolves RUSTSEC-2026-0037 indirectly — winreg 0.56.0 updates windows-sys to 0.61.2, which is required by the safe quinn-proto version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40cd6ae commit 00c459f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -104,7 +104,7 @@ tracing-subscriber = "0.3.20"
104104
url = { version = "2.5.4", features = ["serde"] }
105105
uuid = { version = "1.16.0", features = ["serde", "v4"] }
106106
wasmparser = "0.245.1"
107-
winreg = "0.55"
107+
winreg = "0.56.0"
108108
wslpath2 = "0.1"
109109
zeroize = "1.8.1"
110110

0 commit comments

Comments
 (0)