Skip to content

Commit 5344aa9

Browse files
committed
Bump various dependencies
- async-lock - futures-lite - async-channel - async-net Signed-off-by: John Nunley <[email protected]>
1 parent ed3b36c commit 5344aa9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ name = "timer"
2323
harness = false
2424

2525
[dependencies]
26-
async-lock = "3.0"
26+
async-lock = "3.0.0"
2727
cfg-if = "1"
2828
concurrent-queue = "2.2.0"
2929
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
30-
futures-lite = { version = "1.11.0", default-features = false }
30+
futures-lite = { version = "2.0.0", default-features = false }
3131
parking = "2.0.0"
3232
polling = "3.0.0"
3333
rustix = { version = "0.38.2", default-features = false, features = ["fs", "net", "std"] }
@@ -39,8 +39,13 @@ waker-fn = "1.1.0"
3939
windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] }
4040

4141
[dev-dependencies]
42+
<<<<<<< HEAD
4243
async-channel = "2"
4344
async-net = "1"
45+
=======
46+
async-channel = "2.0.0"
47+
async-net = "2.0.0"
48+
>>>>>>> faa5742 (Bump various dependencies)
4449
blocking = "1"
4550
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
4651
getrandom = "0.2.7"

0 commit comments

Comments
 (0)