diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-05-06 13:34:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-06 13:34:09 +0000 |
commit | d5c27d26dffefa37306913e0affe51a8bfcda930 (patch) | |
tree | 413bb3f9ba2eda7c26b1bf1f3d45b6d67fc9dc8a | |
parent | Merge pull request #99 from KSXGitHub/new-clippy (diff) | |
parent | Bump rstest from `9f2ac13` to `833bca6` (diff) | |
download | miniserve-d5c27d26dffefa37306913e0affe51a8bfcda930.tar.gz miniserve-d5c27d26dffefa37306913e0affe51a8bfcda930.zip |
Merge pull request #105 from svenstaro/dependabot/cargo/rstest-833bca6
Bump rstest from `9f2ac13` to `833bca6`
Diffstat (limited to '')
-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)", |