From ae9957fc1128898c0222ace1fa134a04c21d118b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:06:32 +0000 Subject: [PATCH] Bump testdir from 0.7.3 to 0.8.1 Bumps [testdir](https://github.com/flub/testdir) from 0.7.3 to 0.8.1. - [Changelog](https://github.com/flub/testdir/blob/main/CHANGELOG.md) - [Commits](https://github.com/flub/testdir/commits) --- updated-dependencies: - dependency-name: testdir dependency-type: direct:production update-type: version-update:semver-minor ... 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 4e32e00..2d2b57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "testdir" -version = "0.7.3" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45fc921e7c4ad1aedb3484811514f3e5cd187886e0bbf1302c175f7578ef552" +checksum = "480060a2e7e1d3c779d3dea588a81c0df78b6a6322b7ce25c0d2ec14a0d5d869" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 8e0e8ce..b362918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ psutil = "3.2.2" [dev-dependencies] rstest = "0.17.0" -testdir = "0.7.3" +testdir = "0.8.1"