diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 322323587..efd1c6d33 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -275,9 +275,9 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" | |||
275 | 275 | ||
276 | [[package]] | 276 | [[package]] |
277 | name = "countme" | 277 | name = "countme" |
278 | version = "2.0.0-pre.2" | 278 | version = "2.0.0" |
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
280 | checksum = "c5716604cba7c02a846ecad3f4a3fd2d2b641faccc2a24a51efb21aff0d01f35" | 280 | checksum = "4f8038ded86523aa26c1321dfe8bb432707d0a3e2608f9d0108803727546e089" |
281 | dependencies = [ | 281 | dependencies = [ |
282 | "dashmap", | 282 | "dashmap", |
283 | "once_cell", | 283 | "once_cell", |
@@ -1400,9 +1400,9 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" | |||
1400 | 1400 | ||
1401 | [[package]] | 1401 | [[package]] |
1402 | name = "rowan" | 1402 | name = "rowan" |
1403 | version = "0.12.1" | 1403 | version = "0.12.2" |
1404 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1405 | checksum = "24c2d78254049413f9d73495f883e7fa0b7a7d4b88468cd72a3bbbd0ad585cd1" | 1405 | checksum = "5e05df24c035422fb2b845d66ef3542d6c4f8572eafe077175a30787b0254207" |
1406 | dependencies = [ | 1406 | dependencies = [ |
1407 | "countme", | 1407 | "countme", |
1408 | "hashbrown", | 1408 | "hashbrown", |