From ac7857cfe8a57a052438fe2357fcd00950ed9c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:05:33 +0000 Subject: [PATCH] Bump test-temp-dir from 0.3.3 to 0.3.5 Bumps test-temp-dir from 0.3.3 to 0.3.5. --- updated-dependencies: - dependency-name: test-temp-dir dependency-version: 0.3.5 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 ba92b43..77d2343 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2424,9 +2424,9 @@ dependencies = [ [[package]] name = "test-temp-dir" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b0391dd6c284d0b88cc1307910c7b8b12dc02ee79e2623b04bce5b2c03d2f2" +checksum = "aa43007c1e83836ba3539a8bc1b3a7f6496150367f4860882e6c1eb75088ef84" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index ea53194..90d0067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ sha2 = "0.10.8" [dev-dependencies] libc = "0.2.164" -test-temp-dir = "0.3.0" +test-temp-dir = "0.3.5" testcontainers = { version = "0.24.0", features = ["blocking"] } testcontainers-modules = { version = "0.12.0", features = [ "cncf_distribution",