From 4d510dfc56b83746c86babc8e89e20fc43f55c9c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 19 Jan 2021 12:05:27 +0300 Subject: :arrow_up: rowan --- Cargo.lock | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f01544324..901784bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,12 +507,6 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" -[[package]] -name = "hashbrown" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2140e9c963869f01789fa4fef4805211081ec794af5fc77c0d5b377906118853" - [[package]] name = "heck" version = "0.3.2" @@ -698,7 +692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ "autocfg", - "hashbrown 0.9.1", + "hashbrown", ] [[package]] @@ -1390,11 +1384,11 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" [[package]] name = "rowan" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1898adeafc7d3c69913b33ee1acbbb39c726a9dbe05ff77c08b52957643e8db" +checksum = "8a0734142c18710f7214dc21908e2f054e973b908dbb1a602a3e6691615aaaae" dependencies = [ - "hashbrown 0.10.0", + "hashbrown", "rustc-hash", "smol_str", "text-size", -- cgit v1.2.3