diff options
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index f01544324..901784bec 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -508,12 +508,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
508 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | 508 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
509 | 509 | ||
510 | [[package]] | 510 | [[package]] |
511 | name = "hashbrown" | ||
512 | version = "0.10.0" | ||
513 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
514 | checksum = "2140e9c963869f01789fa4fef4805211081ec794af5fc77c0d5b377906118853" | ||
515 | |||
516 | [[package]] | ||
517 | name = "heck" | 511 | name = "heck" |
518 | version = "0.3.2" | 512 | version = "0.3.2" |
519 | source = "registry+https://github.com/rust-lang/crates.io-index" | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -698,7 +692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
698 | checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" | 692 | checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" |
699 | dependencies = [ | 693 | dependencies = [ |
700 | "autocfg", | 694 | "autocfg", |
701 | "hashbrown 0.9.1", | 695 | "hashbrown", |
702 | ] | 696 | ] |
703 | 697 | ||
704 | [[package]] | 698 | [[package]] |
@@ -1390,11 +1384,11 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" | |||
1390 | 1384 | ||
1391 | [[package]] | 1385 | [[package]] |
1392 | name = "rowan" | 1386 | name = "rowan" |
1393 | version = "0.10.5" | 1387 | version = "0.10.6" |
1394 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1395 | checksum = "e1898adeafc7d3c69913b33ee1acbbb39c726a9dbe05ff77c08b52957643e8db" | 1389 | checksum = "8a0734142c18710f7214dc21908e2f054e973b908dbb1a602a3e6691615aaaae" |
1396 | dependencies = [ | 1390 | dependencies = [ |
1397 | "hashbrown 0.10.0", | 1391 | "hashbrown", |
1398 | "rustc-hash", | 1392 | "rustc-hash", |
1399 | "smol_str", | 1393 | "smol_str", |
1400 | "text-size", | 1394 | "text-size", |