diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-16 04:30:53 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-16 04:30:53 +0000 |
commit | 5e935b3603c7f8450fcef14ebcac6f925c83c8b9 (patch) | |
tree | e56d2aeb5950825f7c6bf0c6ebca3e3fb19b29ee | |
parent | Merge pull request #115 from svenstaro/dependabot/cargo/rstest-b1ba694 (diff) | |
download | miniserve-5e935b3603c7f8450fcef14ebcac6f925c83c8b9.tar.gz miniserve-5e935b3603c7f8450fcef14ebcac6f925c83c8b9.zip |
Bump rstest from `b1ba694` to `7c7211e`
Bumps [rstest](https://github.com/la10736/rstest) from `b1ba694` to `7c7211e`.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Commits](https://github.com/la10736/rstest/compare/b1ba6949c0ef130bf8c0ae745305940ee119c4c4...7c7211e5d6575ab4c43cd2e35370e94c5167c8b1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "rstest" version = "0.2.2" -source = "git+https://github.com/la10736/rstest.git#b1ba6949c0ef130bf8c0ae745305940ee119c4c4" +source = "git+https://github.com/la10736/rstest.git#7c7211e5d6575ab4c43cd2e35370e94c5167c8b1" dependencies = [ "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |