|
@@ -21,22 +21,13 @@ version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "aho-corasick"
|
|
|
|
-version = "0.5.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
|
|
|
|
-dependencies = [
|
|
|
|
- "memchr 0.1.11",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
name = "aho-corasick"
|
|
version = "0.7.15"
|
|
version = "0.7.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "memchr 2.3.4",
|
|
|
|
|
|
+ "memchr",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -59,9 +50,9 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "attohttpc"
|
|
name = "attohttpc"
|
|
-version = "0.16.1"
|
|
|
|
|
|
+version = "0.16.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ba5b30bf3a0aead269fd5dd69b385a3e90c2b55f4f215d1bdf52c3883f5fa7fa"
|
|
|
|
|
|
+checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
|
|
dependencies = [
|
|
dependencies = [
|
|
"flate2",
|
|
"flate2",
|
|
"http",
|
|
"http",
|
|
@@ -105,9 +96,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "base64"
|
|
name = "base64"
|
|
-version = "0.12.3"
|
|
|
|
|
|
+version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
|
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
@@ -280,7 +271,7 @@ dependencies = [
|
|
"ascii",
|
|
"ascii",
|
|
"byteorder",
|
|
"byteorder",
|
|
"either",
|
|
"either",
|
|
- "memchr 2.3.4",
|
|
|
|
|
|
+ "memchr",
|
|
"unreachable",
|
|
"unreachable",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -904,15 +895,6 @@ version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "memchr"
|
|
|
|
-version = "0.1.11"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "memchr"
|
|
name = "memchr"
|
|
version = "2.3.4"
|
|
version = "2.3.4"
|
|
@@ -1096,9 +1078,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "once_cell"
|
|
name = "once_cell"
|
|
-version = "1.5.2"
|
|
|
|
|
|
+version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
|
|
|
|
+checksum = "10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
name = "opaque-debug"
|
|
@@ -1304,7 +1286,7 @@ dependencies = [
|
|
"error-chain",
|
|
"error-chain",
|
|
"idna",
|
|
"idna",
|
|
"lazy_static",
|
|
"lazy_static",
|
|
- "regex 1.4.3",
|
|
|
|
|
|
+ "regex",
|
|
"url",
|
|
"url",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1458,37 +1440,18 @@ dependencies = [
|
|
"redox_syscall",
|
|
"redox_syscall",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "regex"
|
|
|
|
-version = "0.1.80"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
|
|
|
|
-dependencies = [
|
|
|
|
- "aho-corasick 0.5.3",
|
|
|
|
- "memchr 0.1.11",
|
|
|
|
- "regex-syntax 0.3.9",
|
|
|
|
- "thread_local 0.2.7",
|
|
|
|
- "utf8-ranges",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex"
|
|
name = "regex"
|
|
version = "1.4.3"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "aho-corasick 0.7.15",
|
|
|
|
- "memchr 2.3.4",
|
|
|
|
- "regex-syntax 0.6.22",
|
|
|
|
- "thread_local 1.1.3",
|
|
|
|
|
|
+ "aho-corasick",
|
|
|
|
+ "memchr",
|
|
|
|
+ "regex-syntax",
|
|
|
|
+ "thread_local",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "regex-syntax"
|
|
|
|
-version = "0.3.9"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
name = "regex-syntax"
|
|
version = "0.6.22"
|
|
version = "0.6.22"
|
|
@@ -1772,7 +1735,7 @@ dependencies = [
|
|
"lazy_static",
|
|
"lazy_static",
|
|
"libflate",
|
|
"libflate",
|
|
"md5",
|
|
"md5",
|
|
- "regex 1.4.3",
|
|
|
|
|
|
+ "regex",
|
|
"runas",
|
|
"runas",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -1861,25 +1824,6 @@ dependencies = [
|
|
"syn",
|
|
"syn",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "thread-id"
|
|
|
|
-version = "2.0.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
|
|
|
|
-dependencies = [
|
|
|
|
- "kernel32-sys",
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "thread_local"
|
|
|
|
-version = "0.2.7"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
|
|
|
|
-dependencies = [
|
|
|
|
- "thread-id",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "thread_local"
|
|
name = "thread_local"
|
|
version = "1.1.3"
|
|
version = "1.1.3"
|
|
@@ -2012,12 +1956,12 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "uritemplate"
|
|
|
|
-version = "0.1.2"
|
|
|
|
|
|
+name = "uritemplate-next"
|
|
|
|
+version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "01eaa32c7380d40c2fd400fb0a95e394b6c40632ca4bcb4bc1683f0fbbf22749"
|
|
|
|
|
|
+checksum = "bcde98d1fc3f528255b1ecb22fb688ee0d23deb672a8c57127df10b98b4bd18c"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "regex 0.1.80",
|
|
|
|
|
|
+ "regex",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2032,12 +1976,6 @@ dependencies = [
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "utf8-ranges"
|
|
|
|
-version = "0.1.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "uuid"
|
|
name = "uuid"
|
|
version = "0.8.2"
|
|
version = "0.8.2"
|
|
@@ -2050,9 +1988,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "valico"
|
|
name = "valico"
|
|
-version = "3.5.0"
|
|
|
|
|
|
+version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "12423f724bb834032eb7357fb9b8699f3c563876f7609422f8ec7a29f2749218"
|
|
|
|
|
|
+checksum = "d81a70f930f9e6cd04669d38abcf232f96b193acceb0f4c006427ddec6e08b10"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64",
|
|
"base64",
|
|
"chrono",
|
|
"chrono",
|
|
@@ -2062,10 +2000,10 @@ dependencies = [
|
|
"phf",
|
|
"phf",
|
|
"phf_codegen",
|
|
"phf_codegen",
|
|
"publicsuffix",
|
|
"publicsuffix",
|
|
- "regex 1.4.3",
|
|
|
|
|
|
+ "regex",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
- "uritemplate",
|
|
|
|
|
|
+ "uritemplate-next",
|
|
"url",
|
|
"url",
|
|
"uuid",
|
|
"uuid",
|
|
]
|
|
]
|