From fde1e2846f3830baaf2ed909abd2050e307dcf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 06:37:06 +0000 Subject: [PATCH] Update rstest requirement from 0.19 to 0.21 Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thirtyfour/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index 46585e0..ac2f54d 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -73,7 +73,7 @@ reqwest = { version = "0.12", default-features = false, features = [ assert_matches = "1.5" axum = "0.7" color-eyre = "0.6" -rstest = "0.19" +rstest = "0.21" tower-http = { version = "0.5", features = ["fs"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }