From 5b8201d4b0fbf603e2d251e3ec52c00f25c70e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:09:46 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate fs4 to v1 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ff4ecad635..70e90f5b66b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1475,12 +1475,12 @@ dependencies = [ [[package]] name = "fs4" -version = "0.13.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4" +checksum = "7e72ed92b67c146290f88e9c89d60ca163ea417a446f61ffd7b72df3e7f1dfd5" dependencies = [ "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 95585fed577..b7e8d54e445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,7 +203,7 @@ tikv-jemallocator = { version = "0.6", default-features = false } axum-extra = { version = "0.12", default-features = false } papaya = { version = "0.2", default-features = false } tempfile = { version = "3", default-features = false } -fs4 = { version = "0.13.1", default-features = false } +fs4 = { version = "1.0.0", default-features = false } fnv = { version = "1", default-features = false } twox-hash = { version = "2", features = ["xxhash64"] } shake = { version = "0.1", default-features = false } From 498fcde56f937791efd980c636eff5610c57ea7b Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:10:51 +0000 Subject: [PATCH 2/2] chore(deps): sync third-party license file Co-authored-by: github-actions[bot] --- LICENSE-3rdparty.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 7f04fb87a89..8c32c5970ab 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -116,7 +116,7 @@ float-cmp,https://github.com/mikedilger/float-cmp,MIT,Mike Dilger foldhash,https://github.com/orlp/foldhash,Zlib,Orson Peters form_urlencoded,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers -fs4,https://github.com/al8n/fs4-rs,MIT OR Apache-2.0,"Dan Burkert , Al Liu " +fs4,https://github.com/al8n/fs4,MIT OR Apache-2.0,"Dan Burkert , Al Liu " futures,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures Authors futures-channel,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-channel Authors futures-core,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-core Authors