diff --git a/Cargo.toml b/Cargo.toml index 13ed503..830b067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = "0.3.16" itertools = "0.11.0" -winreg = { version = "0.50", features = ["transactions"] } +winreg = { version = "0.51", features = ["transactions"] } [dependencies.windows] version = "0.51.0"