|
@@ -5,7 +5,7 @@ name = "aho-corasick"
|
|
|
version = "0.7.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -347,7 +347,7 @@ dependencies = [
|
|
|
"futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -595,7 +595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "memchr"
|
|
|
-version = "2.3.2"
|
|
|
+version = "2.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -683,7 +683,7 @@ name = "nom"
|
|
|
version = "4.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -853,7 +853,7 @@ dependencies = [
|
|
|
"generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -905,7 +905,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -970,7 +970,7 @@ version = "1.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1229,7 +1229,7 @@ dependencies = [
|
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1656,7 +1656,7 @@ dependencies = [
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
"checksum md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
-"checksum memchr 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53445de381a1f436797497c61d851644d0e8e88e6140f22872ad33a704933978"
|
|
|
+"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
"checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599"
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|