diff --git a/Cargo.lock b/Cargo.lock index ee74b159b..af72c4819 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ dependencies = [ [[package]] name = "fts-sys" -version = "0.2.14" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a568c1a1bf43f3ba449e446d85537fd914fb3abb003b21bc4ec6747f80596e" +checksum = "43119ec0f2227f8505c8bb6c60606b5eefc328607bfe1a421e561c4decfa02ab" dependencies = [ "bindgen", "libc", diff --git a/Cargo.toml b/Cargo.toml index a294d5fb3..a0fd3f19d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -293,7 +293,7 @@ filetime = "0.2.23" fnv = "1.0.7" fs_extra = "1.3.0" # Remove the "=" once we moved to Rust edition 2024 -fts-sys = "=0.2.14" +fts-sys = "=0.2.16" fundu = "2.0.0" gcd = "2.3" glob = "0.3.1"