Skip to content

Commit 698498c

Browse files
committed
Update windows-sys, async-std and hermet versions.
1 parent 72f2ce9 commit 698498c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.63"
2121
os_pipe = { version = "1.0.0", features = ["io_safety"], optional = true }
2222

2323
# Optionally depend on async-std just to provide impls for its types.
24-
async-std = { version = "1.12.0", optional = true }
24+
async-std = { version = ">=1.12, <=1.13", optional = true }
2525
# Optionally depend on tokio to implement traits for its types.
2626
tokio = { version = "1.6.0", features = ["io-std", "fs", "net", "process"], optional = true }
2727
# Optionally depend on socket2 to implement traits for its types.
@@ -30,13 +30,13 @@ socket2 = { version = "0.5.0", optional = true }
3030
mio = { version = "0.8.0", features = ["net", "os-ext"], optional = true }
3131

3232
[target.'cfg(target_os = "hermit")'.dependencies]
33-
hermit-abi = { version = "0.3", optional = true }
33+
hermit-abi = { version = ">=0.3, <=0.4", optional = true }
3434

3535
[target.'cfg(not(windows))'.dependencies]
3636
libc = { version = "0.2.96", optional = true }
3737

3838
[target.'cfg(windows)'.dependencies.windows-sys]
39-
version = "0.52.0"
39+
version = ">=0.52, <=0.59"
4040
optional = true
4141
features = [
4242
"Win32_Foundation",

0 commit comments

Comments
 (0)