diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-30 15:42:05 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-30 15:42:05 +0000 |
commit | bf5301ce3b09a85ab13546b9b029e3f1c0c7a000 (patch) | |
tree | e32d25f64f163c9bba7005ab3d49c2244575468e /crates/ide | |
parent | ca76a77791d2933770ecf9479eea407bfe5a9946 (diff) | |
parent | dc1396eec76ef5766f25a483edc1870f50af0aa0 (diff) |
Merge #7094
7094: Update crates r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 4d483580d..f1544dbe0 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | [dependencies] | 12 | [dependencies] |
13 | either = "1.5.3" | 13 | either = "1.5.3" |
14 | indexmap = "1.4.0" | 14 | indexmap = "1.4.0" |
15 | itertools = "0.9.0" | 15 | itertools = "0.10.0" |
16 | log = "0.4.8" | 16 | log = "0.4.8" |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | oorandom = "11.1.2" | 18 | oorandom = "11.1.2" |