aboutsummaryrefslogtreecommitdiffstats
path: root/components/allocator/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/allocator/Cargo.toml')
-rw-r--r--components/allocator/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/allocator/Cargo.toml b/components/allocator/Cargo.toml
index 6ced42a4391..eca566d3f08 100644
--- a/components/allocator/Cargo.toml
+++ b/components/allocator/Cargo.toml
@@ -13,4 +13,4 @@ path = "lib.rs"
jemalloc-sys = { version = "0.3.2" }
[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3", features = ["heapapi"] }
+winapi = { workspace = true, features = ["heapapi"] }