aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-13 04:21:31 +0000
committerGitHub <noreply@github.com>2021-12-13 04:21:31 +0000
commit52be637420621853800a5764c01c78f0667d812d (patch)
tree52ca3929f796e2b2ef9e027e4a20f4602c7aeeff /Cargo.toml
parentMerge pull request #659 from sts10/patch-1 (diff)
downloadminiserve-52be637420621853800a5764c01c78f0667d812d.tar.gz
miniserve-52be637420621853800a5764c01c78f0667d812d.zip
Bump rstest from 0.11.0 to 0.12.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.11.0 to 0.12.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.11.0...0.12.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 56c55a3..cd0d8ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@ assert_cmd = "2"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.11"
+rstest = "0.12"
regex = "1"
pretty_assertions = "1.0"
url = "2"