aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-26 09:25:25 +0000
committerGitHub <noreply@github.com>2021-03-26 09:25:25 +0000
commitc2f58f52bb2692daff632823709208c99b84ae86 (patch)
tree79ff3b66bcc066531db9246881e1fc2be37c481e /Cargo.toml
parentMerge pull request #481 from rouge8/fix-ci (diff)
downloadminiserve-c2f58f52bb2692daff632823709208c99b84ae86.tar.gz
miniserve-c2f58f52bb2692daff632823709208c99b84ae86.zip
Bump rstest from 0.6.4 to 0.7.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.6.4 to 0.7.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.6.4...0.7.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 956ede4..3f9a2f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ assert_cmd = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.6"
+rstest = "0.7"
regex = "1"
pretty_assertions = "0.7"
url = "2"