aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-08 16:58:04 +0000
committerGitHub <noreply@github.com>2019-10-08 16:58:04 +0000
commitc8392cb632f0e7a2387129e0f765710ef9f0ef3f (patch)
tree65a1759e7374ea24a2a3ec8b77af8732225b91eb /Cargo.toml
parentMerge pull request #204 from svenstaro/dependabot/cargo/reqwest-0.9.21 (diff)
downloadminiserve-c8392cb632f0e7a2387129e0f765710ef9f0ef3f.tar.gz
miniserve-c8392cb632f0e7a2387129e0f765710ef9f0ef3f.zip
Bump rstest from 0.3.0 to 0.4.1
Bumps [rstest](https://github.com/la10736/rstest) from 0.3.0 to 0.4.1. - [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.3.0...0.4.1) 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 e5f363a..0bc60d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,6 +53,6 @@ reqwest = "0.9"
assert_fs = "0.11"
select = "0.4"
port_check = "0.1"
-rstest = "0.3"
+rstest = "0.4"
pretty_assertions = "0.6"
url = "2.1"