From 0a058982f629f1c3db43a578a33e4b3a7763b792 Mon Sep 17 00:00:00 2001 From: Vaiz <4908982+Vaiz@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:31:35 +0200 Subject: [PATCH] chore: bump windows-registry to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c81763e..1922618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ pnet_datalink = "0.35.0" system-configuration = { version = "0.6.1", optional = true } [target.'cfg(windows)'.dependencies] -windows-registry = { version = "0.5", optional = true } +windows-registry = { version = "0.6", optional = true } [features] default = []