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"