We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298ae1 commit d43c617Copy full SHA for d43c617
crates/snapbox/Cargo.toml
@@ -93,7 +93,7 @@ serde = { version = "1.0.228", optional = true }
93
regex = { version = "1.11.3", optional = true, default-features = false, features = ["std"] }
94
95
[target.'cfg(windows)'.dependencies]
96
-windows-sys = { version = "0.60.2", features = ["Win32_Foundation"], optional = true }
+windows-sys = { version = "0.61.0", features = ["Win32_Foundation"], optional = true }
97
98
[target.'cfg(unix)'.dependencies]
99
libc = { version = "0.2.176", optional = true }
0 commit comments