aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-28 04:20:05 +0000
committerGitHub <noreply@github.com>2022-06-28 04:20:05 +0000
commit2e2f9170a83a0fb88059d8dc313d5b5c7675790d (patch)
tree7b3f826ac9134d9321db70be9157fd4343344cfc /Cargo.toml
parent(cargo-release) version 0.20.0 (diff)
downloadminiserve-2e2f9170a83a0fb88059d8dc313d5b5c7675790d.tar.gz
miniserve-2e2f9170a83a0fb88059d8dc313d5b5c7675790d.zip
Bump rstest from 0.14.0 to 0.15.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.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/0.14.0...0.15.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 6c9f8c6..e3a1ebe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ assert_cmd = "2"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.14"
+rstest = "0.15"
regex = "1"
pretty_assertions = "1.2"
url = "2"