From 7279a772b4e31905380ab1f68f8bfe9f40a04986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:26:25 +0000 Subject: [PATCH] Bump pathdiff from 0.2.1 to 0.2.2 Bumps [pathdiff](https://github.com/Manishearth/pathdiff) from 0.2.1 to 0.2.2. - [Commits](https://github.com/Manishearth/pathdiff/commits) --- updated-dependencies: - dependency-name: pathdiff 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 842f934..4e44d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,9 +1589,9 @@ dependencies = [ [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" [[package]] name = "percent-encoding" diff --git a/Cargo.toml b/Cargo.toml index f0117dc..20cbf6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ filetime = "0.2.22" flate2 = { version = "1.0.24", features = ["zlib"], default-features = false } glob = "0.3.0" log = "0.4.19" -pathdiff = "0.2.1" +pathdiff = "0.2.2" pyo3 = { version = "0.22.4", features = ["auto-initialize"] } rpm = { version = "0.15.0", default-features = false } rusqlite = "0.32.1"