Skip to content

Commit

Permalink
update mio to 0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 5629cca commit 8f73aa1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 21 deletions.
49 changes: 31 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "sozu"

[dependencies]
anyhow = "1.0.42"
mio = { version = "^0.7", features = [ "os-poll", "net" ] }
mio = { version = "^0.8", features = [ "os-poll", "net" ] }
serde = "~1.0.2"
serde_json = "~1.0.1"
serde_derive = "~1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hex = "^0.4"
log = "^0.4"
pem = "^1.0"
nix = "^0.23"
mio = { version = "^0.7", features = [ "os-poll", "net" ] }
mio = { version = "^0.8", features = [ "os-poll", "net" ] }
libc = "^0.2"
pool = "^0.1"
time = "^0.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ url = "^2.1"
log = "^0.4"
socket2 ={ version = "^0.4", features = [ "all" ] }
time = "^0.3"
mio = { version = "^0.7", features = [ "os-poll", "os-ext", "net" ] }
mio = { version = "^0.8", features = [ "os-poll", "os-ext", "net" ] }
libc = "^0.2"
slab = "^0.4.0"
sha2 = "^0.9"
Expand Down

0 comments on commit 8f73aa1

Please sign in to comment.