From 6412232e2bdf9b9a077665d44b7d7d275d44431f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 06:39:32 +0000 Subject: [PATCH] build(deps): bump exacl from 0.8.0 to 0.9.0 Bumps [exacl](https://github.com/byllyfish/exacl) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/byllyfish/exacl/releases) - [Changelog](https://github.com/byllyfish/exacl/blob/main/CHANGELOG.md) - [Commits](https://github.com/byllyfish/exacl/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: exacl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/uu/cp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"