Skip to content

Commit

Permalink
chore: update minimal mio requirement to 0.7.11 (#4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 12, 2022
1 parent 69f135e commit 62274b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pin-project-lite = "0.2.0"
bytes = { version = "1.0.0", optional = true }
once_cell = { version = "1.5.2", optional = true }
memchr = { version = "2.2", optional = true }
mio = { version = "0.7.6", optional = true }
mio = { version = "0.7.11", optional = true }
num_cpus = { version = "1.8.0", optional = true }
parking_lot = { version = "0.12.0", optional = true }

Expand Down

0 comments on commit 62274b0

Please sign in to comment.