From 30c4fabf8bfa4bedb39f18bfc3e9c5f0e9a069f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:05:08 +0000 Subject: [PATCH] chore(cargo): bump testdir from 0.8.0 to 0.8.1 Bumps [testdir](https://github.com/flub/testdir) from 0.8.0 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-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 b8ae2c8af7..dea9583bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4717,9 +4717,9 @@ dependencies = [ [[package]] name = "testdir" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b7965698cfb3d1ac1e6e54b4b45f5caa9e89bda223c8cf723d9cf53d7cefa7" +checksum = "480060a2e7e1d3c779d3dea588a81c0df78b6a6322b7ce25c0d2ec14a0d5d869" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index e717202657..9d052fba31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ log = "0.4" pretty_env_logger = "0.5" proptest = { version = "1", default-features = false, features = ["std"] } tempfile = "3" -testdir = "0.8.0" +testdir = "0.8.1" tokio = { version = "1", features = ["parking_lot", "rt-multi-thread", "macros"] } pretty_assertions = "1.3.0"