aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-17 15:28:29 +0000
committerGitHub <[email protected]>2021-01-17 15:28:29 +0000
commitfea81d4e52c3565bf8c85158edcf789acacf4534 (patch)
tree961ac3aab77497be9638d038cba15d8885373bd8
parentb01157aee33acc751f368397dc77702ae8d0a6c3 (diff)
parent33cce3d114eb356966d64f24879f6db97dc6e375 (diff)
Merge #7312
7312: :arrow_up: rowan r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.lock13
1 files changed, 10 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dd1d599e3..a99a221d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -502,6 +502,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 502checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
503 503
504[[package]] 504[[package]]
505name = "hashbrown"
506version = "0.10.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "2140e9c963869f01789fa4fef4805211081ec794af5fc77c0d5b377906118853"
509
510[[package]]
505name = "heck" 511name = "heck"
506version = "0.3.2" 512version = "0.3.2"
507source = "registry+https://github.com/rust-lang/crates.io-index" 513source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -686,7 +692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" 692checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
687dependencies = [ 693dependencies = [
688 "autocfg", 694 "autocfg",
689 "hashbrown", 695 "hashbrown 0.9.1",
690] 696]
691 697
692[[package]] 698[[package]]
@@ -1319,10 +1325,11 @@ checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1319 1325
1320[[package]] 1326[[package]]
1321name = "rowan" 1327name = "rowan"
1322version = "0.10.3" 1328version = "0.10.4"
1323source = "registry+https://github.com/rust-lang/crates.io-index" 1329source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "d55d358c5fda3d5c4484f71a4808f5eeb39a0aff93bf3acebc680a6d15376f3c" 1330checksum = "98815aeea8062a9e022803220f388a8d55842ed53d587b69d71c454670167c99"
1325dependencies = [ 1331dependencies = [
1332 "hashbrown 0.10.0",
1326 "rustc-hash", 1333 "rustc-hash",
1327 "smol_str", 1334 "smol_str",
1328 "text-size", 1335 "text-size",