From f2a1082c843b82b6951d92f4db12acae7656cd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 4 Dec 2021 15:14:31 +0200 Subject: [PATCH] Bump countme --- Cargo.lock | 10 ++++++++-- crates/profile/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98f9219ec2..d8ae24a4a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,6 +225,12 @@ name = "countme" version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58" + +[[package]] +name = "countme" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03746e0c6dd9b5d2d9132ffe0bede35fb5f815604fd371bb42599fd37bc8e483" dependencies = [ "dashmap", "once_cell", @@ -1171,7 +1177,7 @@ name = "profile" version = "0.0.0" dependencies = [ "cfg-if", - "countme", + "countme 3.0.0", "la-arena", "libc", "once_cell", @@ -1294,7 +1300,7 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f77412a3d1f26af0c0783c23b3555a301b1a49805cba7bf9a7827a9e9e285f0" dependencies = [ - "countme", + "countme 2.0.4", "hashbrown", "memoffset", "rustc-hash", diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 1d4f6d9147..b16a3951c2 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -14,7 +14,7 @@ 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]