From 8be877d3df8c3c868a33eca9de227bef599a3977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:46:59 +0000 Subject: [PATCH] build(deps): bump dircpy from 0.3.16 to 0.3.17 Bumps [dircpy](https://github.com/woelper/dircpy) from 0.3.16 to 0.3.17. - [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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7aaa237..b1d1d35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,9 +224,9 @@ dependencies = [ [[package]] name = "dircpy" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29259db751c34980bfc44100875890c507f585323453b91936960ab1104272ca" +checksum = "d3e4d938b008c44740a0188e495f22d7d605f6df24e47dd1a885f1b3f9a8e5e5" dependencies = [ "jwalk", "log", diff --git a/Cargo.toml b/Cargo.toml index 336324a..4d1a7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] anyhow = "1.0" clap = { version = "4.5.9", features = ["derive", "env"] } -dircpy = "0.3.16" +dircpy = "0.3.17" dirs = "5.0" git2 = "0.19.0" glob = "0.3"