diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-06-26 04:19:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 04:19:05 +0000 |
commit | 76f9f2defacac068fd08ad4f48769463586ee84a (patch) | |
tree | ad140a968f5f78253fe074978c5b72b1a6261a9c | |
parent | Merge pull request #144 from svenstaro/dependabot/cargo/chrono-0.4.7 (diff) | |
download | miniserve-76f9f2defacac068fd08ad4f48769463586ee84a.tar.gz miniserve-76f9f2defacac068fd08ad4f48769463586ee84a.zip |
Bump rstest from `fdee24c` to `572306c`
Bumps [rstest](https://github.com/la10736/rstest) from `fdee24c` to `572306c`.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Commits](https://github.com/la10736/rstest/compare/fdee24cc026d3a68c2cd83b5388d4142020ed26d...572306c58bc8d60501a0ad0a742263a098449f9f)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "rstest" version = "0.2.2" -source = "git+https://github.com/la10736/rstest.git#fdee24cc026d3a68c2cd83b5388d4142020ed26d" +source = "git+https://github.com/la10736/rstest.git#572306c58bc8d60501a0ad0a742263a098449f9f" dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |