Skip to content

Commit e627673

Browse files
authored
chore: upgrade async-io to v2.4.1 (#3911)
* chore: upgrade async-io to v2.4 * refactor: replace `get_mut()` with `get_ref()` in Socket impls --------- Co-authored-by: zebrapurring <>
1 parent 97de034 commit e627673

File tree

3 files changed

+33
-155
lines changed

3 files changed

+33
-155
lines changed

Cargo.lock

Lines changed: 26 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ipnetwork = { workspace = true, optional = true }
6262
mac_address = { workspace = true, optional = true }
6363
uuid = { workspace = true, optional = true }
6464

65-
async-io = { version = "1.9.0", optional = true }
65+
async-io = { version = "2.4.1", optional = true }
6666
base64 = { version = "0.22.0", default-features = false, features = ["std"] }
6767
bytes = "1.1.0"
6868
chrono = { version = "0.4.34", default-features = false, features = ["clock"], optional = true }

0 commit comments

Comments
 (0)