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 } 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