|
@@ -483,7 +483,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "hyper"
|
|
|
-version = "0.13.5"
|
|
|
+version = "0.13.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -496,8 +496,8 @@ dependencies = [
|
|
|
"httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pin-project 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -510,7 +510,7 @@ version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1058,7 +1058,7 @@ dependencies = [
|
|
|
"futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"js-sys 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1227,6 +1227,17 @@ dependencies = [
|
|
|
"syn 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "socket2"
|
|
|
+version = "0.3.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "sourcefile"
|
|
|
version = "0.1.4"
|
|
@@ -1415,7 +1426,7 @@ dependencies = [
|
|
|
"futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1748,7 +1759,7 @@ dependencies = [
|
|
|
"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
-"checksum hyper 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14"
|
|
|
+"checksum hyper 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
|
|
|
"checksum hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
|
|
|
"checksum hyperx 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81d7ed6ec7d25c4de28b999a5693f14609a8b756137b1b4cb4927d119f59ef25"
|
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
@@ -1830,6 +1841,7 @@ dependencies = [
|
|
|
"checksum smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
|
|
"checksum snafu 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7f5aed652511f5c9123cf2afbe9c244c29db6effa2abb05c866e965c82405ce"
|
|
|
"checksum snafu-derive 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ebf8f7d5720104a9df0f7076a8682024e958bba0fe9848767bb44f251f3648e9"
|
|
|
+"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
|
"checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
|
|
"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|