aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-02 04:29:42 +0000
committerGitHub <noreply@github.com>2021-08-02 04:29:42 +0000
commitd7ba2cf2dff6df950675aca6803ef825f4646ae7 (patch)
treec938d997769755b9b6db0ab291a19214061edb1b /Cargo.toml
parentMerge pull request #557 from svenstaro/dependabot/cargo/futures-0.3.16 (diff)
downloadminiserve-d7ba2cf2dff6df950675aca6803ef825f4646ae7.tar.gz
miniserve-d7ba2cf2dff6df950675aca6803ef825f4646ae7.zip
Bump rstest from 0.10.0 to 0.11.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.10.0 to 0.11.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.10.0...0.11.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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e8b8cf..57a6ef9 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.10"
+rstest = "0.11"
regex = "1"
pretty_assertions = "0.7"
url = "2"