about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--crates/hir-def/Cargo.toml2
-rw-r--r--crates/hir-expand/Cargo.toml2
-rw-r--r--crates/hir/Cargo.toml2
-rw-r--r--crates/ide-assists/Cargo.toml2
-rw-r--r--crates/ide-db/Cargo.toml2
-rw-r--r--crates/ide-diagnostics/Cargo.toml2
-rw-r--r--crates/ide/Cargo.toml2
8 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7d08bb1bdb1..cf7e50d1d1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -335,9 +335,9 @@ checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
 
 [[package]]
 name = "either"
-version = "1.6.1"
+version = "1.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
+checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
 
 [[package]]
 name = "ena"
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index cc276d402bb..7b4a361dfcb 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -17,7 +17,7 @@ cov-mark = "2.0.0-pre.1"
 # We need to freeze the version of the crate, as the raw-api feature is considered unstable
 dashmap = { version = "=5.3.4", features = ["raw-api"] }
 drop_bomb = "0.1.5"
-either = "1.6.1"
+either = "1.7.0"
 fst = { version = "0.4.7", default-features = false }
 hashbrown = { version = "0.12.1", default-features = false }
 indexmap = "1.8.2"
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 0e6fad16103..453afa6e2f3 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
 [dependencies]
 cov-mark = "2.0.0-pre.1"
 tracing = "0.1.35"
-either = "1.6.1"
+either = "1.7.0"
 rustc-hash = "1.1.0"
 la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
 itertools = "0.10.3"
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index 8f59d0dafea..6f20fcc29bf 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
 
 [dependencies]
 rustc-hash = "1.1.0"
-either = "1.6.1"
+either = "1.7.0"
 arrayvec = "0.7.2"
 itertools = "0.10.3"
 smallvec = "1.8.0"
diff --git a/crates/ide-assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index 9e7c99f74e4..bc3e9a3229a 100644
--- a/crates/ide-assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
 cov-mark = "2.0.0-pre.1"
 
 itertools = "0.10.3"
-either = "1.6.1"
+either = "1.7.0"
 
 stdx = { path = "../stdx", version = "0.0.0" }
 syntax = { path = "../syntax", version = "0.0.0" }
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index d22f87994f6..8eb1236da07 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -16,7 +16,7 @@ rayon = "1.5.3"
 fst = { version = "0.4.7", default-features = false }
 rustc-hash = "1.1.0"
 once_cell = "1.12.0"
-either = "1.6.1"
+either = "1.7.0"
 itertools = "0.10.3"
 arrayvec = "0.7.2"
 indexmap = "1.8.2"
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml
index f37e754feaf..73093a23a9b 100644
--- a/crates/ide-diagnostics/Cargo.toml
+++ b/crates/ide-diagnostics/Cargo.toml
@@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1"
 itertools = "0.10.3"
 
 
-either = "1.6.1"
+either = "1.7.0"
 
 profile = { path = "../profile", version = "0.0.0" }
 stdx = { path = "../stdx", version = "0.0.0" }
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 8aaf94120a5..a0e4278c7b2 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
 [dependencies]
 cov-mark = "2.0.0-pre.1"
 crossbeam-channel = "0.5.5"
-either = "1.6.1"
+either = "1.7.0"
 itertools = "0.10.3"
 tracing = "0.1.35"
 oorandom = "11.1.3"