1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7420 from uutils/renovate/fts-sys-0.x

chore(deps): update rust crate fts-sys to v0.2.16
This commit is contained in:
Daniel Hofstetter 2025-03-25 16:25:01 +01:00 committed by GitHub
commit 5a0988c28d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"