aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-06-28 06:49:54 +0000
committerGitHub <noreply@github.com>2019-06-28 06:49:54 +0000
commita77129a6b7b59547a72328ac5b5e354cdafa8301 (patch)
tree14f52f83102b4ed1418a91cc524480f81265f771
parentMerge pull request #152 from svenstaro/dependabot/cargo/serde-1.0.94 (diff)
parentBump rstest from `572306c` to `d44e11f` (diff)
downloadminiserve-a77129a6b7b59547a72328ac5b5e354cdafa8301.tar.gz
miniserve-a77129a6b7b59547a72328ac5b5e354cdafa8301.zip
Merge pull request #153 from svenstaro/dependabot/cargo/rstest-d44e11f
Bump rstest from `572306c` to `d44e11f`
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c995ee9..e550f02 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1171,7 +1171,7 @@ dependencies = [
"port_check 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "rstest 0.2.2 (git+https://github.com/la10736/rstest.git)",
+ "rstest 0.3.0 (git+https://github.com/la10736/rstest.git)",
"select 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1774,8 +1774,8 @@ dependencies = [
[[package]]
name = "rstest"
-version = "0.2.2"
-source = "git+https://github.com/la10736/rstest.git#572306c58bc8d60501a0ad0a742263a098449f9f"
+version = "0.3.0"
+source = "git+https://github.com/la10736/rstest.git#d44e11ff3e0b669b50a923150c65154cbefb33f4"
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)",
@@ -2934,7 +2934,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)" = "00eb63f212df0e358b427f0f40aa13aaea010b470be642ad422bcbca2feff2e4"
"checksum resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b263b4aa1b5de9ffc0054a2386f96992058bb6870aab516f8cdeb8a667d56dcb"
"checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a"
-"checksum rstest 0.2.2 (git+https://github.com/la10736/rstest.git)" = "<none>"
+"checksum rstest 0.3.0 (git+https://github.com/la10736/rstest.git)" = "<none>"
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"