]> git.lizzy.rs Git - rust.git/blobdiff - crates/profile/Cargo.toml
Merge #11220
[rust.git] / crates / profile / Cargo.toml
index 1d4f6d9147bf91427dc6d188bf3d7eb62c4c6491..51eeea30d2e78017aa1feabcec615a784ddcf51d 100644 (file)
@@ -4,7 +4,7 @@ version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
 edition = "2021"
-rust-version = "1.56"
+rust-version = "1.57"
 
 [lib]
 doctest = false
@@ -14,14 +14,14 @@ once_cell = "1.3.1"
 cfg-if = "1"
 libc = "0.2"
 la-arena = { version = "0.3.0", path = "../../lib/arena" }
-countme = { version = "2.0.1", features = ["enable"] }
+countme = { version = "3.0", features = ["enable"] }
 jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }
 
 [target.'cfg(target_os = "linux")'.dependencies]
 perf-event = "0.4"
 
 [target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3.8", features = ["psapi"] }
+winapi = { version = "0.3.8", features = ["processthreadsapi", "psapi"] }
 
 [features]
 cpu_profiler = []