diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-06 16:39:24 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-06 16:39:24 +0000 |
commit | 79eaa24d995d5059999a7410b7f98fb8d1421022 (patch) | |
tree | c80de07fcb59b45037f019124e034ac757d76a68 /Cargo.lock | |
parent | Return QueryParameters struct instead of tuple (diff) | |
parent | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertion (diff) | |
download | miniserve-79eaa24d995d5059999a7410b7f98fb8d1421022.tar.gz miniserve-79eaa24d995d5059999a7410b7f98fb8d1421022.zip |
Merge branch 'master' into themed-errors
Diffstat (limited to 'Cargo.lock')
-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)", |