From 62e22286bb4f2ece4191716675f70b0156b9befa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:39:33 +0000 Subject: [PATCH] chore(cargo): bump testdir from 0.9.1 to 0.9.3 Bumps [testdir](https://github.com/flub/testdir) from 0.9.1 to 0.9.3. - [Changelog](https://github.com/flub/testdir/blob/main/CHANGELOG.md) - [Commits](https://github.com/flub/testdir/compare/v0.9.1...v0.9.3) --- updated-dependencies: - dependency-name: testdir dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2de4b6b640..b0de77ade4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6253,12 +6253,13 @@ dependencies = [ [[package]] name = "testdir" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee79e927b64d193f5abb60d20a0eb56be0ee5a242fdeb8ce3bf054177006de52" +checksum = "c9ffa013be124f7e8e648876190de818e3a87088ed97ccd414a398b403aec8c8" dependencies = [ "anyhow", "backtrace", + "cargo-platform", "cargo_metadata", "once_cell", "sysinfo", diff --git a/Cargo.toml b/Cargo.toml index 02508b88a3..d4b99dd1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ nu-ansi-term = { workspace = true } pretty_assertions = "1.4.1" proptest = { version = "1", default-features = false, features = ["std"] } tempfile = { workspace = true } -testdir = "0.9.0" +testdir = "0.9.3" tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } [workspace]