Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 7, 2024
1 parent e386521 commit 9ac9df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ features = ["net"]

[dependencies.mio]
optional = true
version = "0.8"
version = "1.0"
features = ["os-poll", "os-ext"]

[dependencies.async-io]
Expand All @@ -51,7 +51,7 @@ default-features = false
features = ["net", "macros", "rt-multi-thread"]

[dev-dependencies.async-std]
version = "1.9.0"
version = "1.13"
features = ["attributes"]


Expand Down

0 comments on commit 9ac9df4

Please sign in to comment.