aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-26 04:15:16 +0000
committerGitHub <noreply@github.com>2021-04-26 04:15:16 +0000
commitfad80464333a074d51df1f1d897d38a3943e08c1 (patch)
tree48314df67a263a8028a0b94a01e08af9007f4ef3 /Cargo.toml
parentMerge pull request #504 from svenstaro/dependabot/cargo/regex-1.4.6 (diff)
downloadminiserve-fad80464333a074d51df1f1d897d38a3943e08c1.tar.gz
miniserve-fad80464333a074d51df1f1d897d38a3943e08c1.zip
Bump rstest from 0.7.0 to 0.8.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.7.0 to 0.8.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.7.0...0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd470a7..aeaea29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ assert_cmd = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.7"
+rstest = "0.8"
regex = "1"
pretty_assertions = "0.7"
url = "2"