diff --git a/Cargo.lock b/Cargo.lock index b191c36efba..56023548789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index c350e158eec..43a8c35da44 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -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"