diff --git a/Cargo.lock b/Cargo.lock index d93daa646..e2a9d6d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6650,10 +6650,11 @@ dependencies = [ [[package]] name = "mysql_async" -version = "0.37.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3519e91b0d254ac1ffa495bc42053286cb2172ad7241d5b3b1b9f8a891f21ee2" +checksum = "40d11da0e2d9fad4640c9f9198ee431c6d68444568f83ef1f10f3367270071e4" dependencies = [ + "arc-swap", "bytes", "crossbeam-queue", "crossbeam-utils", @@ -7013,7 +7014,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.22.1", + "base64 0.21.7", "chrono", "getrandom 0.2.17", "http 1.5.0", @@ -8240,7 +8241,7 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "itertools 0.14.0", "log", "multimap", @@ -8260,7 +8261,7 @@ version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "itertools 0.14.0", "log", "multimap", diff --git a/Cargo.toml b/Cargo.toml index 21e7f891f..4f661dc3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"