From 347e84a1f85d12419cd89b3c0dd6a5ee2bc13f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:21:13 +0000 Subject: [PATCH] build(deps): bump path-absolutize from 3.0.13 to 3.0.14 Bumps [path-absolutize](https://github.com/magiclen/path-absolutize) from 3.0.13 to 3.0.14. - [Release notes](https://github.com/magiclen/path-absolutize/releases) - [Commits](https://github.com/magiclen/path-absolutize/compare/v3.0.13...v3.0.14) --- 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 af787b3e..4c3bff62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,18 +954,18 @@ dependencies = [ [[package]] name = "path-absolutize" -version = "3.0.13" +version = "3.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3de4b40bd9736640f14c438304c09538159802388febb02c8abaae0846c1f13" +checksum = "0f1d4993b16f7325d90c18c3c6a3327db7808752db8d208cea0acee0abd52c52" dependencies = [ "path-dedot", ] [[package]] name = "path-dedot" -version = "3.0.14" +version = "3.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bfa72956f6be8524f7f7e2b07972dda393cb0008a6df4451f658b7e1bd1af80" +checksum = "9a81540d94551664b72b72829b12bd167c73c9d25fbac0e04fafa8023f7e4901" dependencies = [ "once_cell", ]