Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index 35986799fd..c914ae2144 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -17,10 +17,11 @@ always-assert = { version = "0.1.2", features = ["log"] } jod-thread = "0.1.2" libc.workspace = true crossbeam-channel = "0.5.5" +itertools.workspace = true # Think twice before adding anything here [target.'cfg(windows)'.dependencies] -miow = "0.5.0" +miow = "0.6.0" winapi = { version = "0.3.9", features = ["winerror"] } [features] |