diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-24 04:14:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 04:14:33 +0000 |
commit | d03a3edaece4ca970fef3e821cba18a28e8d8ce9 (patch) | |
tree | f8f51ffeddd4426370fc30a723124f19752ff8bb | |
parent | Merge pull request #247 from svenstaro/dependabot/cargo/sha2-0.8.1 (diff) | |
download | miniserve-d03a3edaece4ca970fef3e821cba18a28e8d8ce9.tar.gz miniserve-d03a3edaece4ca970fef3e821cba18a28e8d8ce9.zip |
Bump rstest from 0.5.2 to 0.5.3
Bumps [rstest](https://github.com/la10736/rstest) from 0.5.2 to 0.5.3.
- [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.5.2...0.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1461,7 +1461,7 @@ dependencies = [ "port_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", - "rstest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rstest 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "select 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2148,7 +2148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rstest" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3396,7 +3396,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb" "checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" "checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" -"checksum rstest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9f190eb149083bb5a4a7fd9e3360ede6f2f3b3ccd4c1b00c232874c058fdcece" +"checksum rstest 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "11badbd6119f6956c1776bad8d71fc162a99f3d52a117fff2eec7349cad4d96b" "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |