aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-03 04:15:21 +0000
committerGitHub <noreply@github.com>2021-05-03 04:15:21 +0000
commitd158ea398e365b380ad362d29c52a5ce0bd487bf (patch)
tree015d6daf0a4ccd6e2e6d4287733010d80b222138
parentMerge pull request #511 from svenstaro/dependabot/cargo/chrono-humanize-0.2.1 (diff)
downloadminiserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.tar.gz
miniserve-d158ea398e365b380ad362d29c52a5ce0bd487bf.zip
Bump rstest from 0.8.0 to 0.9.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/0.8.0...0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba4602f..55f995e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2238,9 +2238,9 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
[[package]]
name = "rstest"
-version = "0.8.0"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b961ca336c5632e93880ee91b3ca879f1499b835daa74dd726809f6196320b7f"
+checksum = "c77c86a545c460cffcb2e5f558392e2e6a1edcc9d463cf092bf4ec3c7990641d"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2",
@@ -2628,9 +2628,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "1.0.70"
+version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883"
+checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 085e225..66fbc2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ assert_cmd = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
assert_fs = "1"
select = "0.5"
-rstest = "0.8"
+rstest = "0.9"
regex = "1"
pretty_assertions = "0.7"
url = "2"