1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #3611 from uutils/dependabot/cargo/exacl-0.9.0

build(deps): bump exacl from 0.8.0 to 0.9.0
This commit is contained in:
Sylvestre Ledru 2022-06-11 19:54:10 +02:00 committed by GitHub
commit f4dd9d6f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -775,9 +775,9 @@ dependencies = [
[[package]]
name = "exacl"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5d9a2fa7d72579802c22bb97c37953cf1007f21f7ac2247d150c4c2d40c2ab"
checksum = "129c7b60e19ea8393c47b2110f8e3cea800530fd962380ef110d1fef6591faee"
dependencies = [
"bitflags",
"log",
@ -3141,9 +3141,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "0.8.2"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
[[package]]
name = "vec_map"

View file

@ -35,7 +35,7 @@ winapi = { version="0.3", features=["fileapi"] }
[target.'cfg(unix)'.dependencies]
xattr="0.2.3"
exacl= { version = "0.8.0", optional=true }
exacl= { version = "0.9.0", optional=true }
[[bin]]
name = "cp"