aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-17 17:57:03 +0000
committerGitHub <[email protected]>2021-01-17 17:57:03 +0000
commitfde4a860aea903a0455a05c1def1d07a6573639b (patch)
tree211492a4299a52501924ed5cdebe562f5092a015
parentfea81d4e52c3565bf8c85158edcf789acacf4534 (diff)
parent1b6b5c9f28cf3726ff18163bef22e9abc4291c80 (diff)
Merge #7314
7314: :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 a99a221d2..b52616974 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1325,9 +1325,9 @@ checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1325 1325
1326[[package]] 1326[[package]]
1327name = "rowan" 1327name = "rowan"
1328version = "0.10.4" 1328version = "0.10.5"
1329source = "registry+https://github.com/rust-lang/crates.io-index" 1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "98815aeea8062a9e022803220f388a8d55842ed53d587b69d71c454670167c99" 1330checksum = "e1898adeafc7d3c69913b33ee1acbbb39c726a9dbe05ff77c08b52957643e8db"
1331dependencies = [ 1331dependencies = [
1332 "hashbrown 0.10.0", 1332 "hashbrown 0.10.0",
1333 "rustc-hash", 1333 "rustc-hash",