diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-04 07:03:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-04 07:03:10 +0000 |
commit | ee1e321051d64769f26cd4a51901ae4188b44d4b (patch) | |
tree | 5c0464719e225458ba0c55b34b377380ec377228 | |
parent | Merge pull request #118 from KSXGitHub/multiple-auths-alt (diff) | |
parent | Bump rstest from `de39dd9` to `c3d3ab9` (diff) | |
download | miniserve-ee1e321051d64769f26cd4a51901ae4188b44d4b.tar.gz miniserve-ee1e321051d64769f26cd4a51901ae4188b44d4b.zip |
Merge pull request #133 from svenstaro/dependabot/cargo/rstest-c3d3ab9
Bump rstest from `de39dd9` to `c3d3ab9`
-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#de39dd9905e5ddca21c5a678fa1038c2558dd1be" +source = "git+https://github.com/la10736/rstest.git#c3d3ab9e25285b9225727d267ef25e7157a08107" 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)", |