diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-06 04:39:31 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-06 04:39:31 +0000 |
commit | 8870039e1dbc2ab1cc31018554373c4cbcc7e357 (patch) | |
tree | 413bb3f9ba2eda7c26b1bf1f3d45b6d67fc9dc8a | |
parent | Merge pull request #99 from KSXGitHub/new-clippy (diff) | |
download | miniserve-8870039e1dbc2ab1cc31018554373c4cbcc7e357.tar.gz miniserve-8870039e1dbc2ab1cc31018554373c4cbcc7e357.zip |
Bump rstest from `9f2ac13` to `833bca6`
Bumps [rstest](https://github.com/la10736/rstest) from `9f2ac13` to `833bca6`.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Commits](https://github.com/la10736/rstest/compare/9f2ac13853e876ffef76f49443e7f2eca17cba92...833bca6718f929992c57170a98f256cec3ac2036)
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#9f2ac13853e876ffef76f49443e7f2eca17cba92" +source = "git+https://github.com/la10736/rstest.git#833bca6718f929992c57170a98f256cec3ac2036" 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)", |