aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-17 04:16:24 +0000
committerGitHub <noreply@github.com>2021-05-17 04:16:24 +0000
commited8c26e5a4649efb027fd28748bbac45004c84ba (patch)
tree68d4dac892279bd7ef9d5d7fc653c41a23009625 /Cargo.toml
parentMerge pull request #531 from svenstaro/dependabot/cargo/assert_cmd-1.0.4 (diff)
downloadminiserve-ed8c26e5a4649efb027fd28748bbac45004c84ba.tar.gz
miniserve-ed8c26e5a4649efb027fd28748bbac45004c84ba.zip
Bump rstest from 0.9.0 to 0.10.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.9.0 to 0.10.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.9.0...0.10.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 66fbc2d..dddde1c 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.9"
+rstest = "0.10"
regex = "1"
pretty_assertions = "0.7"
url = "2"