Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 authored and serprex committed Nov 11, 2024
1 parent 88d1e2d commit 6f936dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures-util = "0.3"
futures-sink = "0.3"
keyed_priority_queue = "0.4"
lru = "0.12.0"
mio = { version = "0.8.0", features = ["os-poll", "net"] }
mio = { version = "1", features = ["os-poll", "net"] }
mysql_common = { version = "0.32", default-features = false }
pem = "3.0"
percent-encoding = "2.1.0"
Expand Down

0 comments on commit 6f936dc

Please sign in to comment.