From 091a7d94a76c6a64cf936c012df9277fbc5b6428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:06:27 +0000 Subject: [PATCH] build(deps): bump path-absolutize from 3.1.1 to 4.0.1 --- updated-dependencies: - dependency-name: path-absolutize dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bee674a..b4ebf82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1780,21 +1780,18 @@ dependencies = [ [[package]] name = "path-absolutize" -version = "3.1.1" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" +checksum = "f808742975794703469f67a28dd14b1d1009a1743c18b0353b4b951dbb0068ad" dependencies = [ "path-dedot", ] [[package]] name = "path-dedot" -version = "3.1.1" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" -dependencies = [ - "once_cell", -] +checksum = "03351d0f1c066c114015408dc6a3e101f080fc03ef9d8d799aa58ec760cac5a6" [[package]] name = "pem-rfc7468" diff --git a/Cargo.toml b/Cargo.toml index f654bf5..36a2b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures = "0.3.32" tokio-stream = "0.1.18" natord = "1.0.9" tempfile = "3.27.0" -path-absolutize = "3.1.1" +path-absolutize = "4.0.1" similar = "3.1.1" sha2 = "0.11.0" crc32fast = "1.5.0"