From a8c7793ead511f9296996435b76608df210bcd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:14:13 +0000 Subject: [PATCH] chore(deps): bump path-absolutize from 3.1.1 to 4.0.1 Bumps [path-absolutize](https://github.com/magiclen/path-absolutize) from 3.1.1 to 4.0.1. - [Commits](https://github.com/magiclen/path-absolutize/compare/v3.1.1...v4.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 ++++------- anni-common/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cd6250..6854dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5008,21 +5008,18 @@ checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" [[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 = "pathdiff" diff --git a/anni-common/Cargo.toml b/anni-common/Cargo.toml index eb5c372..dd0e280 100644 --- a/anni-common/Cargo.toml +++ b/anni-common/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true [dependencies] byteorder = "1" thiserror.workspace = true -path-absolutize = "3.1.1" +path-absolutize = "4.0.1" pathdiff = "0.2.3" log.workspace = true anni-artist = "0.1.1"