From a9e70be5c1b2fd9ff8db7e95696a9479cfc7ed89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:24:56 +0000 Subject: [PATCH] Bump test-context from 0.4.1 to 0.5.4 Bumps [test-context](https://github.com/JasterV/test-context) from 0.4.1 to 0.5.4. - [Release notes](https://github.com/JasterV/test-context/releases) - [Changelog](https://github.com/JasterV/test-context/blob/main/CHANGELOG.md) - [Commits](https://github.com/JasterV/test-context/commits/v0.5.4) --- updated-dependencies: - dependency-name: test-context dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55de870..4fdea44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3044,9 +3044,9 @@ dependencies = [ [[package]] name = "test-context" -version = "0.4.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb69cce03e432993e2dc1f93f7899b952300fcb6dc44191a1b830b60b8c3c8aa" +checksum = "7d94db16dc1c321805ce55f286c4023fa58a2c9c742568f95c5cfe2e95d250d7" dependencies = [ "futures", "test-context-macros", @@ -3054,9 +3054,9 @@ dependencies = [ [[package]] name = "test-context-macros" -version = "0.4.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e0639209021e54dbe19cafabfc0b5574b078c37358945e6d473eabe39bb974" +checksum = "aabcca9d2cad192cfe258cd3562b7584516191a5c9b6a0002a6bb8b75ee7d21d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2b3fe5e..97237c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,5 +71,5 @@ openapiv3 = "2" portpicker = "0.1.1" pretty_assertions = "1" rand = "0.9" -test-context = "0.4.1" +test-context = "0.5.4" testresult = "0.4.1"