From 5285d85748b8df60dff4d9a463a853e1043bc3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:22:00 +0000 Subject: [PATCH] chore(deps): Bump dircpy from 0.3.16 to 0.3.19 Bumps [dircpy](https://github.com/woelper/dircpy) from 0.3.16 to 0.3.19. - [Changelog](https://github.com/woelper/dircpy/blob/master/Changelog.md) - [Commits](https://github.com/woelper/dircpy/commits) --- updated-dependencies: - dependency-name: dircpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- image-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d955c47d3..8ef231507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1652,9 +1652,9 @@ dependencies = [ [[package]] name = "dircpy" -version = "0.3.16" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29259db751c34980bfc44100875890c507f585323453b91936960ab1104272ca" +checksum = "a88521b0517f5f9d51d11925d8ab4523497dcf947073fa3231a311b63941131c" dependencies = [ "jwalk", "log", diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index 3bfe7026c..d8b87d875 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -20,7 +20,7 @@ async-trait.workspace = true base64.workspace = true cfg-if = { workspace = true, optional = true } devicemapper = { version = "0.34.2", optional = true } -dircpy = { version = "0.3.12", optional = true } +dircpy = { version = "0.3.19", optional = true } filetime = "0.2" flate2 = "1.0" fs_extra = { version = "1.2.0", optional = true }