diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-05-24 04:57:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 04:57:23 +0000 |
commit | ca9aa078c3e08a5f4ff647ebfd2c7ad720027917 (patch) | |
tree | 37f3b603bbd47ccc9e6bb71c642e2a8cc235995c | |
parent | Bump lock file (diff) | |
parent | Bump rstest from `7c7211e` to `de39dd9` (diff) | |
download | miniserve-ca9aa078c3e08a5f4ff647ebfd2c7ad720027917.tar.gz miniserve-ca9aa078c3e08a5f4ff647ebfd2c7ad720027917.zip |
Merge pull request #123 from svenstaro/dependabot/cargo/rstest-de39dd9
Bump rstest from `7c7211e` to `de39dd9`
-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#7c7211e5d6575ab4c43cd2e35370e94c5167c8b1" +source = "git+https://github.com/la10736/rstest.git#de39dd9905e5ddca21c5a678fa1038c2558dd1be" 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)", |