Merge pull request #4662 from uutils/renovate/exacl-0.x

chore(deps): update rust crate exacl to 0.10.0
This commit is contained in:
Daniel Hofstetter 2023-03-29 16:25:41 +02:00 committed by GitHub
commit 3632c4ebe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -872,9 +872,9 @@ dependencies = [
[[package]]
name = "exacl"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129c7b60e19ea8393c47b2110f8e3cea800530fd962380ef110d1fef6591faee"
checksum = "1cfeb22a59deb24c3262c43ffcafd1eb807180f371f9fcc99098d181b5d639be"
dependencies = [
"bitflags",
"log",

View file

@ -276,7 +276,7 @@ compare = "0.1.0"
coz = { version = "0.1.3" }
crossterm = ">=0.26.1"
ctrlc = { version = "3.2", features = ["termination"] }
exacl = "0.9.0"
exacl = "0.10.0"
file_diff = "1.0.0"
filetime = "0.2"
fnv = "1.0.7"