From 5fbc12598e15cf46d46927b0ed48230951a5ac3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:15:27 +0000 Subject: [PATCH] Bump tmp-path from 0.1.0 to 0.1.1 Bumps [tmp-path](https://github.com/sanders41/tmp-path) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/sanders41/tmp-path/releases) - [Commits](https://github.com/sanders41/tmp-path/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: tmp-path dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82ca236..40cd2b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,9 +342,9 @@ dependencies = [ [[package]] name = "tmp-path" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8616eb2c0c6f66cb5b2ef293ae1a6af7356b181f9f470ecb9414f41ec0a9dd49" +checksum = "a3b081f724d145831481704fc7d03070ad76217a8828dd959e653e01c1fe4512" dependencies = [ "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index aec29b1..824943f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ sha2 = "0.10.8" [dev-dependencies] tempfile = "3.14.0" -tmp-path = "0.1.0" +tmp-path = "0.1.1"