|
@@ -168,6 +168,12 @@ version = "0.5.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
version = "1.0.66"
|
|
@@ -570,7 +576,7 @@ version = "0.2.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"fnv",
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
@@ -621,7 +627,7 @@ version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"fnv",
|
|
|
"itoa",
|
|
|
]
|
|
@@ -632,7 +638,7 @@ version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"http",
|
|
|
]
|
|
|
|
|
@@ -663,7 +669,7 @@ version = "0.13.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
@@ -687,7 +693,7 @@ version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"hyper",
|
|
|
"native-tls",
|
|
|
"tokio",
|
|
@@ -696,17 +702,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "hyperx"
|
|
|
-version = "1.2.1"
|
|
|
+version = "1.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fddfd71de82f499ba7ceeec96ab1745260f8dfdefa50c6ac054163c2c3ef8da"
|
|
|
+checksum = "82566a1ace7f56f604d83b7b2c259c78e243d99c565f23d7b4ae34466442c5a2"
|
|
|
dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "bytes",
|
|
|
+ "base64 0.12.3",
|
|
|
+ "bytes 1.0.0",
|
|
|
"http",
|
|
|
"httparse",
|
|
|
"httpdate",
|
|
|
"language-tags",
|
|
|
- "log",
|
|
|
"mime",
|
|
|
"percent-encoding",
|
|
|
"unicase",
|
|
@@ -1002,7 +1007,7 @@ dependencies = [
|
|
|
"arc-swap",
|
|
|
"async-trait",
|
|
|
"base64 0.12.3",
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"chrono",
|
|
|
"hyperx",
|
|
|
"once_cell",
|
|
@@ -1235,7 +1240,7 @@ version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "616bfdeeb542b2b0d444391dbcdd91e9a800bc7f35950c9741fe24b07e958900"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"futures",
|
|
|
"native-tls",
|
|
|
"tokio",
|
|
@@ -1251,7 +1256,7 @@ checksum = "4888a0e36637ab38d76cace88c1476937d617ad015f07f6b669cec11beacc019"
|
|
|
dependencies = [
|
|
|
"base64 0.13.0",
|
|
|
"byteorder",
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"fallible-iterator",
|
|
|
"hmac",
|
|
|
"md5",
|
|
@@ -1267,7 +1272,7 @@ version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cfc08a7d94a80665de4a83942fa8db2fdeaf2f123fc0535e384dc4fff251efae"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"chrono",
|
|
|
"fallible-iterator",
|
|
|
"postgres-protocol",
|
|
@@ -1408,7 +1413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
|
|
dependencies = [
|
|
|
"base64 0.13.0",
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"encoding_rs",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
@@ -1761,7 +1766,7 @@ version = "0.2.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"fnv",
|
|
|
"futures-core",
|
|
|
"iovec",
|
|
@@ -1795,7 +1800,7 @@ checksum = "55a2482c9fe4dd481723cf5c0616f34afc710e55dcda0944e12e7b3316117892"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"byteorder",
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"fallible-iterator",
|
|
|
"futures",
|
|
|
"log",
|
|
@@ -1825,7 +1830,7 @@ version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "bytes 0.5.6",
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
|
"log",
|