1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

pr: update dependencies

This commit is contained in:
Terts Diepraam 2021-05-31 14:48:12 +02:00
parent 6c4479f82d
commit 77a0a077b8
3 changed files with 12 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1206,6 +1206,12 @@ version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quickcheck"
version = "0.9.2"
@ -1929,7 +1935,7 @@ dependencies = [
"filetime",
"ioctl-sys",
"libc",
"quick-error",
"quick-error 1.2.3",
"uucore",
"uucore_procs",
"walkdir",
@ -2420,7 +2426,7 @@ dependencies = [
"chrono",
"getopts",
"itertools 0.10.0",
"quick-error",
"quick-error 2.0.1",
"regex",
"time",
"uucore",