aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-02 04:14:38 +0000
committerGitHub <noreply@github.com>2021-02-02 04:14:38 +0000
commitcc2b59db167d300de2d17ba8dedbce214bd1c90c (patch)
tree11b97a6f5efb742704feeaaffe76f0369323bb10
parentMerge pull request #441 from svenstaro/dependabot/cargo/sha2-0.9.3 (diff)
downloadminiserve-cc2b59db167d300de2d17ba8dedbce214bd1c90c.tar.gz
miniserve-cc2b59db167d300de2d17ba8dedbce214bd1c90c.zip
Bump assert_cmd from 1.0.2 to 1.0.3
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock16
1 files changed, 14 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9a6c0e0..9d35fd8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -365,10 +365,11 @@ dependencies = [
[[package]]
name = "assert_cmd"
-version = "1.0.2"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e"
+checksum = "f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396"
dependencies = [
+ "bstr",
"doc-comment",
"predicates",
"predicates-core",
@@ -542,7 +543,9 @@ version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
dependencies = [
+ "lazy_static",
"memchr",
+ "regex-automata",
]
[[package]]
@@ -2325,6 +2328,15 @@ dependencies = [
]
[[package]]
+name = "regex-automata"
+version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
+dependencies = [
+ "byteorder",
+]
+
+[[package]]
name = "regex-syntax"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"