Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/profile/Cargo.toml')
| -rw-r--r-- | crates/profile/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index f37b362ebd..0b78a45a24 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -10,12 +10,12 @@ rust-version = "1.57" doctest = false [dependencies] -once_cell = "1.10.0" +once_cell = "1.12.0" cfg-if = "1.0.0" -libc = "0.2.121" +libc = "0.2.126" la-arena = { version = "0.3.0", path = "../../lib/la-arena" } countme = { version = "3.0.1", features = ["enable"] } -jemalloc-ctl = { version = "0.4.2", package = "tikv-jemalloc-ctl", optional = true } +jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4.7" |