aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock27
1 files changed, 25 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 71223218d..9f7a1d019 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -274,6 +274,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" 274checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
275 275
276[[package]] 276[[package]]
277name = "countme"
278version = "2.0.0-pre.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "c5716604cba7c02a846ecad3f4a3fd2d2b641faccc2a24a51efb21aff0d01f35"
281dependencies = [
282 "dashmap",
283 "once_cell",
284 "rustc-hash",
285]
286
287[[package]]
277name = "crc32fast" 288name = "crc32fast"
278version = "1.2.1" 289version = "1.2.1"
279source = "registry+https://github.com/rust-lang/crates.io-index" 290source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -350,6 +361,16 @@ dependencies = [
350] 361]
351 362
352[[package]] 363[[package]]
364name = "dashmap"
365version = "4.0.2"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
368dependencies = [
369 "cfg-if 1.0.0",
370 "num_cpus",
371]
372
373[[package]]
353name = "dissimilar" 374name = "dissimilar"
354version = "1.0.2" 375version = "1.0.2"
355source = "registry+https://github.com/rust-lang/crates.io-index" 376source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1260,6 +1281,7 @@ name = "profile"
1260version = "0.0.0" 1281version = "0.0.0"
1261dependencies = [ 1282dependencies = [
1262 "cfg-if 1.0.0", 1283 "cfg-if 1.0.0",
1284 "countme",
1263 "jemalloc-ctl", 1285 "jemalloc-ctl",
1264 "la-arena", 1286 "la-arena",
1265 "libc", 1287 "libc",
@@ -1375,10 +1397,11 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1375 1397
1376[[package]] 1398[[package]]
1377name = "rowan" 1399name = "rowan"
1378version = "0.12.0" 1400version = "0.12.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index" 1401source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "bea4527c692099becd37ec777cfd6949d0534348528d2fc84ee420d2d5fac83d" 1402checksum = "24c2d78254049413f9d73495f883e7fa0b7a7d4b88468cd72a3bbbd0ad585cd1"
1381dependencies = [ 1403dependencies = [
1404 "countme",
1382 "hashbrown", 1405 "hashbrown",
1383 "memoffset", 1406 "memoffset",
1384 "rustc-hash", 1407 "rustc-hash",