fix(deps): update mysql_async to 0.37.1 (#7007)

This commit is contained in:
cxymds
2026-09-01 18:30:10 +08:00
committed by GitHub
parent 23ab078c56
commit 2ed5c297ac
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ rustfs-zip = { path = "./crates/zip", version = "1.0.0-rc.5" }
# Async Runtime and Networking
async-channel = "2.5.0"
async_zip = { default-features = false, version = "0.0.19" }
mysql_async = { default-features = false, version = "0.37" }
mysql_async = { default-features = false, version = "0.37.1" }
async-compression = { version = "0.4.43" }
async-recursion = "1.1.1"
async-trait = "0.1.92"