aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-19 09:05:53 +0000
committerGitHub <[email protected]>2021-01-19 09:05:53 +0000
commit08aa0bec956ee82a377831ef8c4f82fbe37b64bb (patch)
tree20aa989dcdcb7072e3271e59abe4e05c26776ed4
parent00680a5d7c8f9ab41009d9925cb4c223a86a7615 (diff)
parent4d510dfc56b83746c86babc8e89e20fc43f55c9c (diff)
Merge #7346
7346: :arrow_up: rowan r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.lock14
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"
508checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 508checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
509 509
510[[package]] 510[[package]]
511name = "hashbrown"
512version = "0.10.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "2140e9c963869f01789fa4fef4805211081ec794af5fc77c0d5b377906118853"
515
516[[package]]
517name = "heck" 511name = "heck"
518version = "0.3.2" 512version = "0.3.2"
519source = "registry+https://github.com/rust-lang/crates.io-index" 513source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -698,7 +692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" 692checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
699dependencies = [ 693dependencies = [
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]]
1392name = "rowan" 1386name = "rowan"
1393version = "0.10.5" 1387version = "0.10.6"
1394source = "registry+https://github.com/rust-lang/crates.io-index" 1388source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "e1898adeafc7d3c69913b33ee1acbbb39c726a9dbe05ff77c08b52957643e8db" 1389checksum = "8a0734142c18710f7214dc21908e2f054e973b908dbb1a602a3e6691615aaaae"
1396dependencies = [ 1390dependencies = [
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",