aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-03-27 06:21:13 +0000
committerGitHub <noreply@github.com>2020-03-27 06:21:13 +0000
commit67d3cc49131fce0e6a189c8eb04b473466b057df (patch)
tree55ea6d3020f724fd4a4a267e63e85de1e0985e03
parentMerge pull request #283 from svenstaro/dependabot/cargo/assert_cmd-1.0.0 (diff)
parentBump assert_fs from 0.13.1 to 1.0.0 (diff)
downloadminiserve-67d3cc49131fce0e6a189c8eb04b473466b057df.tar.gz
miniserve-67d3cc49131fce0e6a189c8eb04b473466b057df.zip
Merge pull request #284 from svenstaro/dependabot/cargo/assert_fs-1.0.0
Bump assert_fs from 0.13.1 to 1.0.0
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4bffe69..eb1f0b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -408,7 +408,7 @@ dependencies = [
[[package]]
name = "assert_fs"
-version = "0.13.1"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"doc-comment 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1558,7 +1558,7 @@ dependencies = [
"actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
"alphanumeric-sort 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "assert_fs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3431,7 +3431,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
"checksum assert_cmd 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "36101401a715c232f2c63a534a4b639415064b79d128d2a60d35678f8fb45204"
-"checksum assert_fs 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "815b47a19f74a89ba726736cdac88c9fba28a655b16ea01225adae328b26f1bf"
+"checksum assert_fs 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04dabd011e19821a348abb0dec7b7fda959cd6b3477c474395b958b291942b0e"
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
diff --git a/Cargo.toml b/Cargo.toml
index 30553af..dad6139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ hex = "0.4.2"
[dev-dependencies]
assert_cmd = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
-assert_fs = "0.13"
+assert_fs = "1.0"
select = "0.4"
port_check = "0.1"
rstest = "0.6"