|
@@ -14,7 +14,7 @@ version = "0.7.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.3",
|
|
|
+ "getrandom",
|
|
|
"once_cell",
|
|
|
"version_check 0.9.3",
|
|
|
]
|
|
@@ -78,9 +78,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "autocfg"
|
|
|
-version = "1.0.1"
|
|
|
+version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
@@ -152,6 +152,15 @@ dependencies = [
|
|
|
"generic-array",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "block-buffer"
|
|
|
+version = "0.10.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bstr"
|
|
|
version = "0.2.16"
|
|
@@ -290,6 +299,15 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "cpufeatures"
|
|
|
+version = "0.2.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "crc"
|
|
|
version = "2.0.0"
|
|
@@ -344,6 +362,16 @@ dependencies = [
|
|
|
"lazy_static",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "crypto-common"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+ "typenum",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "crypto-mac"
|
|
|
version = "0.10.1"
|
|
@@ -376,6 +404,16 @@ dependencies = [
|
|
|
"generic-array",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "digest"
|
|
|
+version = "0.10.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
+dependencies = [
|
|
|
+ "block-buffer 0.10.3",
|
|
|
+ "crypto-common",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "dirs"
|
|
|
version = "3.0.2"
|
|
@@ -548,9 +586,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-channel"
|
|
|
-version = "0.3.16"
|
|
|
+version = "0.3.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
|
|
|
+checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
@@ -558,9 +596,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-core"
|
|
|
-version = "0.3.16"
|
|
|
+version = "0.3.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
|
|
+checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-executor"
|
|
@@ -605,9 +643,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-sink"
|
|
|
-version = "0.3.16"
|
|
|
+version = "0.3.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
|
|
|
+checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-task"
|
|
@@ -646,17 +684,6 @@ dependencies = [
|
|
|
"version_check 0.9.3",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "getrandom"
|
|
|
version = "0.2.3"
|
|
@@ -735,7 +762,7 @@ dependencies = [
|
|
|
"indexmap",
|
|
|
"slab",
|
|
|
"tokio",
|
|
|
- "tokio-util",
|
|
|
+ "tokio-util 0.6.7",
|
|
|
"tracing",
|
|
|
]
|
|
|
|
|
@@ -769,7 +796,7 @@ dependencies = [
|
|
|
"headers-core",
|
|
|
"http",
|
|
|
"mime",
|
|
|
- "sha-1",
|
|
|
+ "sha-1 0.9.7",
|
|
|
"time",
|
|
|
]
|
|
|
|
|
@@ -813,7 +840,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
|
|
dependencies = [
|
|
|
"crypto-mac",
|
|
|
- "digest",
|
|
|
+ "digest 0.9.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -904,15 +931,6 @@ dependencies = [
|
|
|
"hashbrown",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "input_buffer"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
|
|
|
-dependencies = [
|
|
|
- "bytes 1.1.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "instant"
|
|
|
version = "0.1.10"
|
|
@@ -951,9 +969,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.101"
|
|
|
+version = "0.2.139"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
|
|
|
+checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
|
|
[[package]]
|
|
|
name = "line-wrap"
|
|
@@ -1006,8 +1024,8 @@ version = "0.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
|
|
dependencies = [
|
|
|
- "block-buffer",
|
|
|
- "digest",
|
|
|
+ "block-buffer 0.9.0",
|
|
|
+ "digest 0.9.0",
|
|
|
"opaque-debug",
|
|
|
]
|
|
|
|
|
@@ -1051,31 +1069,21 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "mio"
|
|
|
-version = "0.7.13"
|
|
|
+version = "0.8.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
|
|
+checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
- "miow",
|
|
|
- "ntapi",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miow"
|
|
|
-version = "0.3.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
+ "windows-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "multipart"
|
|
|
-version = "0.17.1"
|
|
|
+version = "0.18.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
|
|
|
+checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
|
|
|
dependencies = [
|
|
|
"buf_redux",
|
|
|
"httparse",
|
|
@@ -1083,7 +1091,7 @@ dependencies = [
|
|
|
"mime",
|
|
|
"mime_guess",
|
|
|
"quick-error",
|
|
|
- "rand 0.7.3",
|
|
|
+ "rand",
|
|
|
"safemem",
|
|
|
"tempfile",
|
|
|
"twoway",
|
|
@@ -1110,15 +1118,6 @@ dependencies = [
|
|
|
"version_check 0.9.3",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "ntapi"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "num-integer"
|
|
|
version = "0.1.44"
|
|
@@ -1297,19 +1296,6 @@ dependencies = [
|
|
|
"proc-macro2",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.1.16",
|
|
|
- "libc",
|
|
|
- "rand_chacha 0.2.2",
|
|
|
- "rand_core 0.5.1",
|
|
|
- "rand_hc 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
version = "0.8.4"
|
|
@@ -1317,19 +1303,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
- "rand_chacha 0.3.1",
|
|
|
- "rand_core 0.6.3",
|
|
|
- "rand_hc 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
- "rand_core 0.5.1",
|
|
|
+ "rand_chacha",
|
|
|
+ "rand_core",
|
|
|
+ "rand_hc",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1339,16 +1315,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
dependencies = [
|
|
|
"ppv-lite86",
|
|
|
- "rand_core 0.6.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.1.16",
|
|
|
+ "rand_core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1357,16 +1324,7 @@ version = "0.6.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.5.1",
|
|
|
+ "getrandom",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1375,7 +1333,7 @@ version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
dependencies = [
|
|
|
- "rand_core 0.6.3",
|
|
|
+ "rand_core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1393,7 +1351,7 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
dependencies = [
|
|
|
- "getrandom 0.2.3",
|
|
|
+ "getrandom",
|
|
|
"redox_syscall",
|
|
|
]
|
|
|
|
|
@@ -1466,6 +1424,15 @@ dependencies = [
|
|
|
"webpki",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustls-pemfile"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
+dependencies = [
|
|
|
+ "base64",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
version = "1.0.5"
|
|
@@ -1588,23 +1555,34 @@ version = "0.9.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"
|
|
|
dependencies = [
|
|
|
- "block-buffer",
|
|
|
+ "block-buffer 0.9.0",
|
|
|
"cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
+ "cpufeatures 0.1.5",
|
|
|
+ "digest 0.9.0",
|
|
|
"opaque-debug",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sha-1"
|
|
|
+version = "0.10.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "cpufeatures 0.2.5",
|
|
|
+ "digest 0.10.6",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
version = "0.9.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
|
|
|
dependencies = [
|
|
|
- "block-buffer",
|
|
|
+ "block-buffer 0.9.0",
|
|
|
"cfg-if",
|
|
|
- "cpufeatures",
|
|
|
- "digest",
|
|
|
+ "cpufeatures 0.1.5",
|
|
|
+ "digest 0.9.0",
|
|
|
"opaque-debug",
|
|
|
]
|
|
|
|
|
@@ -1634,9 +1612,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
|
[[package]]
|
|
|
name = "socket2"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.4.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
|
|
+checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"winapi",
|
|
@@ -1704,11 +1682,11 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"parking_lot",
|
|
|
"percent-encoding",
|
|
|
- "rand 0.8.4",
|
|
|
+ "rand",
|
|
|
"rustls",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
- "sha-1",
|
|
|
+ "sha-1 0.9.7",
|
|
|
"sha2",
|
|
|
"smallvec",
|
|
|
"sqlformat",
|
|
@@ -1826,7 +1804,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"libc",
|
|
|
- "rand 0.8.4",
|
|
|
+ "rand",
|
|
|
"redox_syscall",
|
|
|
"remove_dir_all",
|
|
|
"winapi",
|
|
@@ -1898,9 +1876,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio"
|
|
|
-version = "1.13.1"
|
|
|
+version = "1.25.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8"
|
|
|
+checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
"bytes 1.1.0",
|
|
@@ -1909,15 +1887,16 @@ dependencies = [
|
|
|
"mio",
|
|
|
"num_cpus",
|
|
|
"pin-project-lite",
|
|
|
+ "socket2",
|
|
|
"tokio-macros",
|
|
|
- "winapi",
|
|
|
+ "windows-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-macros"
|
|
|
-version = "1.3.0"
|
|
|
+version = "1.8.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
|
|
|
+checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -1948,13 +1927,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-tungstenite"
|
|
|
-version = "0.13.0"
|
|
|
+version = "0.17.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e1a5f475f1b9d077ea1017ecbc60890fda8e54942d680ca0b1d2b47cfa2d861b"
|
|
|
+checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
|
|
|
dependencies = [
|
|
|
"futures-util",
|
|
|
"log",
|
|
|
- "pin-project",
|
|
|
"tokio",
|
|
|
"tungstenite",
|
|
|
]
|
|
@@ -1973,6 +1951,19 @@ dependencies = [
|
|
|
"tokio",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tokio-util"
|
|
|
+version = "0.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
|
+dependencies = [
|
|
|
+ "bytes 1.1.0",
|
|
|
+ "futures-core",
|
|
|
+ "futures-sink",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "toml"
|
|
|
version = "0.5.8"
|
|
@@ -2030,19 +2021,19 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tungstenite"
|
|
|
-version = "0.12.0"
|
|
|
+version = "0.17.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ada8297e8d70872fa9a551d93250a9f407beb9f37ef86494eb20012a2ff7c24"
|
|
|
+checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
|
|
dependencies = [
|
|
|
"base64",
|
|
|
"byteorder",
|
|
|
"bytes 1.1.0",
|
|
|
"http",
|
|
|
"httparse",
|
|
|
- "input_buffer",
|
|
|
"log",
|
|
|
- "rand 0.8.4",
|
|
|
- "sha-1",
|
|
|
+ "rand",
|
|
|
+ "sha-1 0.10.1",
|
|
|
+ "thiserror",
|
|
|
"url",
|
|
|
"utf-8",
|
|
|
]
|
|
@@ -2058,9 +2049,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "typenum"
|
|
|
-version = "1.13.0"
|
|
|
+version = "1.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
|
|
+checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
|
[[package]]
|
|
|
name = "ucd-trie"
|
|
@@ -2217,12 +2208,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "warp"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "332d47745e9a0c38636dbd454729b147d16bd1ed08ae67b3ab281c4506771054"
|
|
|
+checksum = "ed7b8be92646fc3d18b06147664ebc5f48d222686cb11a8755e561a735aacc6d"
|
|
|
dependencies = [
|
|
|
"bytes 1.1.0",
|
|
|
- "futures",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-util",
|
|
|
"headers",
|
|
|
"http",
|
|
|
"hyper",
|
|
@@ -2232,6 +2224,7 @@ dependencies = [
|
|
|
"multipart",
|
|
|
"percent-encoding",
|
|
|
"pin-project",
|
|
|
+ "rustls-pemfile",
|
|
|
"scoped-tls",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
@@ -2239,7 +2232,7 @@ dependencies = [
|
|
|
"tokio",
|
|
|
"tokio-stream",
|
|
|
"tokio-tungstenite",
|
|
|
- "tokio-util",
|
|
|
+ "tokio-util 0.7.4",
|
|
|
"tower-service",
|
|
|
"tracing",
|
|
|
]
|
|
@@ -2249,7 +2242,7 @@ name = "warp-rust"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"futures",
|
|
|
- "rand 0.8.4",
|
|
|
+ "rand",
|
|
|
"serde",
|
|
|
"sqlx",
|
|
|
"tokio",
|
|
@@ -2259,15 +2252,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasi"
|
|
|
-version = "0.9.0+wasi-snapshot-preview1"
|
|
|
+version = "0.10.2+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
+checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasi"
|
|
|
-version = "0.10.2+wasi-snapshot-preview1"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
@@ -2393,6 +2386,63 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.42.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
+ "windows_aarch64_msvc",
|
|
|
+ "windows_i686_gnu",
|
|
|
+ "windows_i686_msvc",
|
|
|
+ "windows_x86_64_gnu",
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
+ "windows_x86_64_msvc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.42.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "xml-rs"
|
|
|
version = "0.8.4"
|