diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-06-07 04:36:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 04:36:29 +0000 |
commit | a08472d9ba035a0c3120f987d5317503f0c82650 (patch) | |
tree | c65858918bb0275a153c3306171ad278f8f7ed55 | |
parent | Merge pull request #133 from svenstaro/dependabot/cargo/rstest-c3d3ab9 (diff) | |
download | miniserve-a08472d9ba035a0c3120f987d5317503f0c82650.tar.gz miniserve-a08472d9ba035a0c3120f987d5317503f0c82650.zip |
Bump rstest from `c3d3ab9` to `4e37b85`
Bumps [rstest](https://github.com/la10736/rstest) from `c3d3ab9` to `4e37b85`.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Commits](https://github.com/la10736/rstest/compare/c3d3ab9e25285b9225727d267ef25e7157a08107...4e37b85016998b9bcdd9a873cf04b30cff17bb77)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "rstest" version = "0.2.2" -source = "git+https://github.com/la10736/rstest.git#c3d3ab9e25285b9225727d267ef25e7157a08107" +source = "git+https://github.com/la10736/rstest.git#4e37b85016998b9bcdd9a873cf04b30cff17bb77" 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)", |