Skip to content

Commit

Permalink
build(deps): upgrade direct dependencies on mio to version 1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 17, 2024
1 parent 7507843 commit 82afe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/miotcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]
edition = "2021"

[dependencies]
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
env_logger = { version = "0.11.2", default-features = false }
log = { version = "0.4.8" }

Expand Down
2 changes: 1 addition & 1 deletion examples/mioudp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]
edition = "2021"

[dependencies]
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
env_logger = { version = "0.11.2", default-features = false }
log = { version = "0.4.8" }

Expand Down

0 comments on commit 82afe78

Please sign in to comment.