aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-10 04:40:36 +0000
committerGitHub <noreply@github.com>2024-04-10 04:40:36 +0000
commitd6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4 (patch)
treee3d1e6b3f445e779071ef300e5591f88bc4ba168 /Cargo.toml
parentAdd CHANGELOG entry for #1379 (diff)
downloadminiserve-d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4.tar.gz
miniserve-d6bfa2fcdd0c68d161bc9b7d36d6df9699dd27d4.zip
Bump rstest from 0.18.2 to 0.19.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0. - [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.18.2...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f6d128..252e4fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ predicates = "3"
pretty_assertions = "1.2"
regex = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
-rstest = "0.18"
+rstest = "0.19"
select = "0.6"
url = "2"