From 9dbeae1b45e7d48edd803f212af09ff15f9f367b Mon Sep 17 00:00:00 2001 From: houseme Date: Mon, 7 Sep 2026 11:04:34 +0800 Subject: [PATCH] chore(deps): refresh scanner batch baseline (#7336) Co-authored-by: zhi22915 --- Cargo.lock | 10 +++++----- crates/ecstore/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bbffbd3f..72da188f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6139,9 +6139,9 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" [[package]] name = "libflate" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4da9b700e758e57152a1fd1c52cbdc5727c1aa6d8743dc1acda917398f1d76c" +checksum = "561a8da1a50e1428d3c51321dafeca849df992a5bb67720c386131234caba82e" dependencies = [ "adler32", "crc32fast", @@ -10943,9 +10943,9 @@ dependencies = [ [[package]] name = "rustfs-uring" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0486e62d0efe25db95c00aeacb2da84368adcba299216cda99fcb11328061c84" +checksum = "b29bc57b4bd62a73f4fae408b536adf578332e50e464797d09dc2382c7cb68c2" dependencies = [ "io-uring", "libc", @@ -12406,7 +12406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/crates/ecstore/Cargo.toml b/crates/ecstore/Cargo.toml index 4925b283e..973cb87c4 100644 --- a/crates/ecstore/Cargo.toml +++ b/crates/ecstore/Cargo.toml @@ -226,7 +226,7 @@ metrics = { workspace = true } # crates.io. The guard scripts/check_no_tokio_io_uring.sh allows an explicit # io-uring integration; only the tokio "io-uring" runtime feature is banned. [target.'cfg(target_os = "linux")'.dependencies] -rustfs-uring = "0.2.1" +rustfs-uring = "0.2.2" [target.'cfg(windows)'.dependencies] winapi-util.workspace = true