Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- async-lock
- futures-lite
- async-channel
- async-net

Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Nov 3, 2023
1 parent ed3b36c commit 5344aa9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ name = "timer"
harness = false

[dependencies]
async-lock = "3.0"
async-lock = "3.0.0"
cfg-if = "1"
concurrent-queue = "2.2.0"
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
futures-lite = { version = "1.11.0", default-features = false }
futures-lite = { version = "2.0.0", default-features = false }
parking = "2.0.0"
polling = "3.0.0"
rustix = { version = "0.38.2", default-features = false, features = ["fs", "net", "std"] }
Expand All @@ -39,8 +39,13 @@ waker-fn = "1.1.0"
windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] }

[dev-dependencies]
<<<<<<< HEAD
async-channel = "2"
async-net = "1"
=======
async-channel = "2.0.0"
async-net = "2.0.0"
>>>>>>> faa5742 (Bump various dependencies)
blocking = "1"
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
getrandom = "0.2.7"
Expand Down

0 comments on commit 5344aa9

Please sign in to comment.