From ed924f3ebd9687343cd6fae20f67b3154b13412d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:39:38 +0000 Subject: [PATCH] Bump path-absolutize from 3.1.0 to 3.1.1 Bumps [path-absolutize](https://github.com/magiclen/path-absolutize) from 3.1.0 to 3.1.1. - [Commits](https://github.com/magiclen/path-absolutize/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: path-absolutize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9adc0e5..6c6b360 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,18 +1349,18 @@ dependencies = [ [[package]] name = "path-absolutize" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43eb3595c63a214e1b37b44f44b0a84900ef7ae0b4c5efce59e123d246d7a0de" +checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" dependencies = [ "path-dedot", ] [[package]] name = "path-dedot" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d55e486337acb9973cdea3ec5638c1b3bcb22e573b2b7b41969e0c744d5a15e" +checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" dependencies = [ "once_cell", ]