Skip to content

Commit

Permalink
Update to Mio v1.0.1
Browse files Browse the repository at this point in the history
Fixes an issue with null byte being included in UDS addresses.
  • Loading branch information
Thomasdezeeuw committed Jul 23, 2024
1 parent e8f9894 commit c46e19e
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 @@ -92,7 +92,7 @@ pin-project-lite = "0.2.11"

# Everything else is optional...
bytes = { version = "1.0.0", optional = true }
mio = { version = "1.0.0", optional = true, default-features = false }
mio = { version = "1.0.1", optional = true, default-features = false }
parking_lot = { version = "0.12.0", optional = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
Expand Down

0 comments on commit c46e19e

Please sign in to comment.