aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-25 13:45:15 +0000
committerGitHub <[email protected]>2020-02-25 13:45:15 +0000
commit7763f425d98d630321eb5ace739bab489504a76f (patch)
treee78ec4fdbdf74267ee3ef4072a788f127285de62
parent744ec58bc3c6bc0fbffda3c9bf5ad975a1542702 (diff)
parent469011169bb2579ca8d7c16eefd2fe297136f976 (diff)
Merge #3304
3304: :arrow_up: rowan r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.lock4
-rw-r--r--crates/ra_syntax/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04023c6cd..e5400f5eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1308,9 +1308,9 @@ dependencies = [
1308 1308
1309[[package]] 1309[[package]]
1310name = "rowan" 1310name = "rowan"
1311version = "0.9.0" 1311version = "0.9.1"
1312source = "registry+https://github.com/rust-lang/crates.io-index" 1312source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c" 1313checksum = "1ea7cadf87a9d8432e85cb4eb86bd2e765ace60c24ef86e79084dcae5d1c5a19"
1314dependencies = [ 1314dependencies = [
1315 "rustc-hash", 1315 "rustc-hash",
1316 "smol_str", 1316 "smol_str",
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 7891628dc..8efc6b368 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
12 12
13[dependencies] 13[dependencies]
14itertools = "0.8.2" 14itertools = "0.8.2"
15rowan = "0.9.0" 15rowan = "0.9.1"
16rustc_lexer = "0.1.0" 16rustc_lexer = "0.1.0"
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"