aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-28 19:27:59 +0000
committerGitHub <[email protected]>2021-01-28 19:27:59 +0000
commita3e4f07a8326cb86ec87c1a86002f284e83be3a3 (patch)
tree61b14e43a37c13b636d027848fd26bd017bed6af
parentf51ba7d8a434b537f05b0eba8e97d3af1580cfa9 (diff)
parent06b56e720f23846051abbcb5dbbe972770f7a2ff (diff)
Merge #7486
7486: :arrow_up: rowan r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba0b8e083..8620c9132 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1312,9 +1312,9 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1312 1312
1313[[package]] 1313[[package]]
1314name = "rowan" 1314name = "rowan"
1315version = "0.12.2" 1315version = "0.12.3"
1316source = "registry+https://github.com/rust-lang/crates.io-index" 1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "5e05df24c035422fb2b845d66ef3542d6c4f8572eafe077175a30787b0254207" 1317checksum = "58a08e399a0a189dfe957c6c55fe17e0af6a137c920ffca168179a8647fd114b"
1318dependencies = [ 1318dependencies = [
1319 "countme", 1319 "countme",
1320 "hashbrown", 1320 "hashbrown",