aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-03 04:15:21 +0000
committerGitHub <noreply@github.com>2021-05-03 04:15:21 +0000
commitd158ea398e365b380ad362d29c52a5ce0bd487bf (patch)
tree015d6daf0a4ccd6e2e6d4287733010d80b222138 /Cargo.toml
parentMerge pull request #511 from svenstaro/dependabot/cargo/chrono-humanize-0.2.1 (diff)
downloadminiserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.tar.gz
miniserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.zip
Bump rstest from 0.8.0 to 0.9.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.8.0 to 0.9.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.8.0...0.9.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 085e225..66fbc2d 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.8"
+rstest = "0.9"
regex = "1"
pretty_assertions = "0.7"
url = "2"