|
@@ -146,16 +146,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
|
-version = "0.6.4"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "core-foundation-sys"
|
|
|
-version = "0.6.2"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -503,7 +503,7 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "native-tls 0.2.3 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -653,7 +653,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "native-tls"
|
|
|
-version = "0.2.3"
|
|
|
+version = "0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -663,8 +663,8 @@ dependencies = [
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "security-framework 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "security-framework-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -835,7 +835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "native-tls 0.2.3 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-postgres 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1007,7 +1007,7 @@ dependencies = [
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1058,21 +1058,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "security-framework"
|
|
|
-version = "0.3.4"
|
|
|
+version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "security-framework-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "security-framework-sys"
|
|
|
-version = "0.3.3"
|
|
|
+version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1282,7 +1283,7 @@ name = "tokio-tls"
|
|
|
version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "native-tls 0.2.3 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1339,7 +1340,7 @@ dependencies = [
|
|
|
"hyper 0.13.3 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"parser 0.1.0",
|
|
@@ -1625,8 +1626,8 @@ dependencies = [
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
-"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
|
-"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
+"checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
|
+"checksum core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
"checksum dotenv 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4424bad868b0ffe6ae351ee463526ba625bbca817978293bbe6bb7dc1804a175"
|
|
@@ -1685,7 +1686,7 @@ dependencies = [
|
|
|
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
-"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
|
|
+"checksum native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
@@ -1729,8 +1730,8 @@ dependencies = [
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
|
|
"checksum schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "507a9e6e8ffe0a4e0ebb9a10293e62fdf7657c06f1b8bb07a8fcf697d2abf295"
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
-"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
|
|
-"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
|
|
+"checksum security-framework 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "97bbedbe81904398b6ebb054b3e912f99d55807125790f3198ac990d98def5b0"
|
|
|
+"checksum security-framework-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c"
|
|
|
"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
|
|
"checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
|