Browse Source

chore(deps): Update test-context requirement from 0.3.0 to 0.4.1

Updates the requirements on [test-context](https://github.com/JasterV/test-context) to permit the latest version.
- [Release notes](https://github.com/JasterV/test-context/releases)
- [Commits](https://github.com/JasterV/test-context/commits)

---
updated-dependencies:
- dependency-name: test-context
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5 months ago
parent
commit
e5634e3737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/test_base/Cargo.toml

+ 1 - 1
crates/test_base/Cargo.toml

@@ -8,4 +8,4 @@ license = "GPL-2.0-only"
 [dependencies]
 env_logger = "0.11.5"
 log = "0.4.21"
-test-context = "0.3.0"
+test-context = "0.4.1"