From 9dac11ca3584d7b57b93e78a7676827da3bd1e95 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Wed, 29 Jan 2025 06:10:48 +0300 Subject: [PATCH] Update `windows-targets` to v0.53 (#593) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf7e06df..8b23c5d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ wasi = { version = "0.13", default-features = false } # windows7 [target.'cfg(all(windows, not(target_vendor = "win7")))'.dependencies] -windows-targets = "0.52" +windows-targets = "0.53" # wasm_js [target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies]