Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 51eeea30d2..8324f48de9 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -10,18 +10,18 @@ rust-version = "1.57" doctest = false [dependencies] -once_cell = "1.3.1" -cfg-if = "1" -libc = "0.2" +once_cell = "1.10.0" +cfg-if = "1.0.0" +libc = "0.2.121" la-arena = { version = "0.3.0", path = "../../lib/arena" } -countme = { version = "3.0", features = ["enable"] } -jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true } +countme = { version = "3.0.1", features = ["enable"] } +jemalloc-ctl = { version = "0.4.2", package = "tikv-jemalloc-ctl", optional = true } [target.'cfg(target_os = "linux")'.dependencies] -perf-event = "0.4" +perf-event = "0.4.7" [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3.8", features = ["processthreadsapi", "psapi"] } +winapi = { version = "0.3.9", features = ["processthreadsapi", "psapi"] } [features] cpu_profiler = [] |