diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-20 10:12:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 10:12:48 +0000 |
commit | 8f63df4fd75e232a9640a9833e4317005a131890 (patch) | |
tree | 814b65b1641c7f95c5e39cb3ffacc193c4432855 /Cargo.toml | |
parent | Bump anyhow from 1.0.57 to 1.0.58 (#825) (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |