Hoist itertools
dependency to workspace level (#8417)
This PR hoists the `itertools` dependency to the workspace level. Release Notes: - N/A
This commit is contained in:
parent
841e010fa4
commit
d8276b0f0d
14 changed files with 22 additions and 21 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -1517,7 +1517,7 @@ dependencies = [
|
|||
"collections",
|
||||
"editor",
|
||||
"gpui",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"outline",
|
||||
"project",
|
||||
|
@ -3109,7 +3109,7 @@ dependencies = [
|
|||
"git",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"lazy_static",
|
||||
"linkify",
|
||||
|
@ -4149,7 +4149,7 @@ dependencies = [
|
|||
"futures 0.3.28",
|
||||
"gpui_macros",
|
||||
"image",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"lazy_static",
|
||||
"linkme",
|
||||
"log",
|
||||
|
@ -5725,7 +5725,7 @@ dependencies = [
|
|||
"git",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
@ -6996,7 +6996,7 @@ dependencies = [
|
|||
"globset",
|
||||
"gpui",
|
||||
"ignore",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"log",
|
||||
"lsp",
|
||||
|
@ -9514,7 +9514,7 @@ dependencies = [
|
|||
"dirs 4.0.0",
|
||||
"futures 0.3.28",
|
||||
"gpui",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"mio-extras",
|
||||
|
@ -9547,7 +9547,7 @@ dependencies = [
|
|||
"editor",
|
||||
"futures 0.3.28",
|
||||
"gpui",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
@ -11849,7 +11849,7 @@ dependencies = [
|
|||
"fs",
|
||||
"futures 0.3.28",
|
||||
"gpui",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"language",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue