Skip to content

Commit

Permalink
Merge pull request #313 from westy92/update-mio
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
blackbeam authored Jul 23, 2024
2 parents 125aebe + a16384f commit e15a023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -40,7 +40,7 @@ twox-hash = "1"
url = "2.1"

[dependencies.tokio-rustls]
version = "0.25"
version = "0.26"
optional = true

[dependencies.tokio-native-tls]
Expand All @@ -52,7 +52,7 @@ version = "0.2"
optional = true

[dependencies.rustls]
version = "0.22.2"
version = "0.23"
features = []
optional = true

Expand Down

0 comments on commit e15a023

Please sign in to comment.