diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-06-25 04:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 04:20:56 +0000 |
commit | 2cb76a7ee4afaf7832415692fc13fecf4da49331 (patch) | |
tree | 8401905e739587827e20a561670c6448f4e537a1 | |
parent | Try deploying with deploy key again (diff) | |
download | miniserve-2cb76a7ee4afaf7832415692fc13fecf4da49331.tar.gz miniserve-2cb76a7ee4afaf7832415692fc13fecf4da49331.zip |
Bump rstest from `4e37b85` to `fdee24c`
Bumps [rstest](https://github.com/la10736/rstest) from `4e37b85` to `fdee24c`.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Commits](https://github.com/la10736/rstest/compare/4e37b85016998b9bcdd9a873cf04b30cff17bb77...fdee24cc026d3a68c2cd83b5388d4142020ed26d)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "rstest" version = "0.2.2" -source = "git+https://github.com/la10736/rstest.git#4e37b85016998b9bcdd9a873cf04b30cff17bb77" +source = "git+https://github.com/la10736/rstest.git#fdee24cc026d3a68c2cd83b5388d4142020ed26d" 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)", |