diff --git a/Cargo.lock b/Cargo.lock index 57bc227..78360ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winsafe" -version = "0.0.19" +version = "0.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" +checksum = "bcfff8264c3af1b0352006934e2265365ecb5a145aee88e770dc8b82e0456f4f" [[package]] name = "wit-bindgen" diff --git a/Cargo.toml b/Cargo.toml index c4c5131..bc1869c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tracing = { version = "0.1.40", default-features = false, optional = true } rustix = { version = "1.0.5", default-features = false, features = ["fs", "std"], optional = true } [target.'cfg(windows)'.dependencies] -winsafe = { version = "0.0.19", features = ["kernel"], optional = true } +winsafe = { version = "0.0.27", features = ["kernel"], optional = true } [dev-dependencies] tempfile = "3.9.0"