Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/load-cargo/Cargo.toml')
| -rw-r--r-- | crates/load-cargo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/load-cargo/Cargo.toml b/crates/load-cargo/Cargo.toml index 26cfe8ead4..e31b0c2c81 100644 --- a/crates/load-cargo/Cargo.toml +++ b/crates/load-cargo/Cargo.toml @@ -13,7 +13,7 @@ authors.workspace = true [dependencies] anyhow.workspace = true crossbeam-channel = "0.5.5" -itertools = "0.10.5" +itertools.workspace = true tracing = "0.1.35" ide.workspace = true |