aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-20 10:12:48 +0000
committerGitHub <noreply@github.com>2022-06-20 10:12:48 +0000
commit8f63df4fd75e232a9640a9833e4317005a131890 (patch)
tree814b65b1641c7f95c5e39cb3ffacc193c4432855 /Cargo.toml
parentBump anyhow from 1.0.57 to 1.0.58 (#825) (diff)
downloadminiserve-8f63df4fd75e232a9640a9833e4317005a131890.tar.gz
miniserve-8f63df4fd75e232a9640a9833e4317005a131890.zip
Bump rstest from 0.13.0 to 0.14.0 (#824)
Bumps [rstest](https://github.com/la10736/rstest) from 0.13.0 to 0.14.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.13.0...0.14.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ab9748..56667ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ assert_cmd = "2"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.13"
+rstest = "0.14"
regex = "1"
pretty_assertions = "1.2"
url = "2"