mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
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:
commit
3632c4ebe9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue