|
|
@@ -568,9 +568,9 @@ dependencies = [
|
|
|
"bitflags 1.3.2",
|
|
|
"bytes",
|
|
|
"futures-util",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
+ "http 0.2.12",
|
|
|
+ "http-body 0.4.5",
|
|
|
+ "hyper 0.14.32",
|
|
|
"itoa",
|
|
|
"matchit",
|
|
|
"memchr",
|
|
|
@@ -579,8 +579,8 @@ dependencies = [
|
|
|
"pin-project-lite",
|
|
|
"rustversion",
|
|
|
"serde",
|
|
|
- "sync_wrapper",
|
|
|
- "tower",
|
|
|
+ "sync_wrapper 0.1.2",
|
|
|
+ "tower 0.4.13",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
]
|
|
|
@@ -594,8 +594,8 @@ dependencies = [
|
|
|
"async-trait",
|
|
|
"bytes",
|
|
|
"futures-util",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
+ "http 0.2.12",
|
|
|
+ "http-body 0.4.5",
|
|
|
"mime",
|
|
|
"rustversion",
|
|
|
"tower-layer",
|
|
|
@@ -950,9 +950,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
-version = "1.1.19"
|
|
|
+version = "1.2.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
|
|
|
+checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
|
|
dependencies = [
|
|
|
"jobserver",
|
|
|
"libc",
|
|
|
@@ -1720,13 +1720,13 @@ version = "0.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f4b0ea5ef6dc2388a4b1669fa32097249bc03a15417b97cb75e38afb309e4a89"
|
|
|
dependencies = [
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
"prost",
|
|
|
"tokio",
|
|
|
"tokio-stream",
|
|
|
"tonic",
|
|
|
"tonic-build",
|
|
|
- "tower",
|
|
|
+ "tower 0.4.13",
|
|
|
"tower-service",
|
|
|
]
|
|
|
|
|
|
@@ -2083,7 +2083,7 @@ dependencies = [
|
|
|
"arc-swap",
|
|
|
"futures 0.3.31",
|
|
|
"log",
|
|
|
- "reqwest",
|
|
|
+ "reqwest 0.11.27",
|
|
|
"serde",
|
|
|
"serde_derive",
|
|
|
"serde_json",
|
|
|
@@ -2124,7 +2124,7 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
|
"futures-util",
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
"indexmap 2.7.1",
|
|
|
"slab",
|
|
|
"tokio",
|
|
|
@@ -2184,7 +2184,7 @@ dependencies = [
|
|
|
"base64 0.21.7",
|
|
|
"bytes",
|
|
|
"headers-core",
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
"httpdate",
|
|
|
"mime",
|
|
|
"sha1",
|
|
|
@@ -2196,7 +2196,7 @@ version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
dependencies = [
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -2280,6 +2280,17 @@ dependencies = [
|
|
|
"itoa",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "http"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "fnv",
|
|
|
+ "itoa",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "http-body"
|
|
|
version = "0.4.5"
|
|
|
@@ -2287,7 +2298,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
+ "pin-project-lite",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "http-body"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "http 1.2.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "http-body-util"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "futures-util",
|
|
|
+ "http 1.2.0",
|
|
|
+ "http-body 1.0.1",
|
|
|
"pin-project-lite",
|
|
|
]
|
|
|
|
|
|
@@ -2320,8 +2354,8 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
"h2",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
+ "http 0.2.12",
|
|
|
+ "http-body 0.4.5",
|
|
|
"httparse",
|
|
|
"httpdate",
|
|
|
"itoa",
|
|
|
@@ -2333,6 +2367,25 @@ dependencies = [
|
|
|
"want",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hyper"
|
|
|
+version = "1.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-util",
|
|
|
+ "http 1.2.0",
|
|
|
+ "http-body 1.0.1",
|
|
|
+ "httparse",
|
|
|
+ "itoa",
|
|
|
+ "pin-project-lite",
|
|
|
+ "smallvec",
|
|
|
+ "tokio",
|
|
|
+ "want",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hyper-proxy"
|
|
|
version = "0.9.1"
|
|
|
@@ -2342,8 +2395,8 @@ dependencies = [
|
|
|
"bytes",
|
|
|
"futures 0.3.31",
|
|
|
"headers",
|
|
|
- "http",
|
|
|
- "hyper",
|
|
|
+ "http 0.2.12",
|
|
|
+ "hyper 0.14.32",
|
|
|
"hyper-tls",
|
|
|
"native-tls",
|
|
|
"tokio",
|
|
|
@@ -2358,11 +2411,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
|
|
dependencies = [
|
|
|
"futures-util",
|
|
|
- "http",
|
|
|
- "hyper",
|
|
|
+ "http 0.2.12",
|
|
|
+ "hyper 0.14.32",
|
|
|
"rustls 0.21.12",
|
|
|
"tokio",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hyper-rustls"
|
|
|
+version = "0.27.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
|
+dependencies = [
|
|
|
+ "futures-util",
|
|
|
+ "http 1.2.0",
|
|
|
+ "hyper 1.5.2",
|
|
|
+ "hyper-util",
|
|
|
+ "rustls 0.23.23",
|
|
|
+ "rustls-pki-types",
|
|
|
+ "tokio",
|
|
|
+ "tokio-rustls 0.26.2",
|
|
|
+ "tower-service",
|
|
|
+ "webpki-roots 0.26.8",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -2371,7 +2442,7 @@ version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
dependencies = [
|
|
|
- "hyper",
|
|
|
+ "hyper 0.14.32",
|
|
|
"pin-project-lite",
|
|
|
"tokio",
|
|
|
"tokio-io-timeout",
|
|
|
@@ -2384,12 +2455,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
- "hyper",
|
|
|
+ "hyper 0.14.32",
|
|
|
"native-tls",
|
|
|
"tokio",
|
|
|
"tokio-native-tls",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hyper-util"
|
|
|
+version = "0.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-util",
|
|
|
+ "http 1.2.0",
|
|
|
+ "http-body 1.0.1",
|
|
|
+ "hyper 1.5.2",
|
|
|
+ "pin-project-lite",
|
|
|
+ "socket2",
|
|
|
+ "tokio",
|
|
|
+ "tower-service",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "iana-time-zone"
|
|
|
version = "0.1.46"
|
|
|
@@ -2795,7 +2885,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
|
|
dependencies = [
|
|
|
"futures 0.3.31",
|
|
|
- "hyper",
|
|
|
+ "hyper 0.14.32",
|
|
|
"jsonrpc-core",
|
|
|
"jsonrpc-server-utils",
|
|
|
"log",
|
|
|
@@ -3172,16 +3262,6 @@ version = "0.3.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mime_guess"
|
|
|
-version = "2.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
-dependencies = [
|
|
|
- "mime",
|
|
|
- "unicase",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "min-max-heap"
|
|
|
version = "1.3.0"
|
|
|
@@ -4088,7 +4168,7 @@ dependencies = [
|
|
|
"bytes",
|
|
|
"getrandom 0.2.10",
|
|
|
"rand 0.8.5",
|
|
|
- "ring 0.17.3",
|
|
|
+ "ring",
|
|
|
"rustc-hash 2.0.0",
|
|
|
"rustls 0.23.23",
|
|
|
"rustls-pki-types",
|
|
|
@@ -4286,7 +4366,7 @@ dependencies = [
|
|
|
"lru",
|
|
|
"parking_lot 0.11.2",
|
|
|
"smallvec",
|
|
|
- "spin 0.9.8",
|
|
|
+ "spin",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -4331,16 +4411,15 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
"h2",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
- "hyper-rustls",
|
|
|
+ "http 0.2.12",
|
|
|
+ "http-body 0.4.5",
|
|
|
+ "hyper 0.14.32",
|
|
|
+ "hyper-rustls 0.24.1",
|
|
|
"hyper-tls",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
|
"log",
|
|
|
"mime",
|
|
|
- "mime_guess",
|
|
|
"native-tls",
|
|
|
"once_cell",
|
|
|
"percent-encoding 2.3.1",
|
|
|
@@ -4350,11 +4429,11 @@ dependencies = [
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
- "sync_wrapper",
|
|
|
+ "sync_wrapper 0.1.2",
|
|
|
"system-configuration",
|
|
|
"tokio",
|
|
|
"tokio-native-tls",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
"tokio-util 0.7.13",
|
|
|
"tower-service",
|
|
|
"url 2.5.4",
|
|
|
@@ -4366,47 +4445,78 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "reqwest-middleware"
|
|
|
-version = "0.2.5"
|
|
|
+name = "reqwest"
|
|
|
+version = "0.12.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216"
|
|
|
+checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
|
|
dependencies = [
|
|
|
- "anyhow",
|
|
|
- "async-trait",
|
|
|
- "http",
|
|
|
- "reqwest",
|
|
|
+ "async-compression",
|
|
|
+ "base64 0.22.1",
|
|
|
+ "bytes",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
+ "http 1.2.0",
|
|
|
+ "http-body 1.0.1",
|
|
|
+ "http-body-util",
|
|
|
+ "hyper 1.5.2",
|
|
|
+ "hyper-rustls 0.27.5",
|
|
|
+ "hyper-util",
|
|
|
+ "ipnet",
|
|
|
+ "js-sys",
|
|
|
+ "log",
|
|
|
+ "mime",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding 2.3.1",
|
|
|
+ "pin-project-lite",
|
|
|
+ "quinn",
|
|
|
+ "rustls 0.23.23",
|
|
|
+ "rustls-pemfile 2.1.3",
|
|
|
+ "rustls-pki-types",
|
|
|
"serde",
|
|
|
- "task-local-extensions",
|
|
|
- "thiserror 1.0.69",
|
|
|
+ "serde_json",
|
|
|
+ "serde_urlencoded",
|
|
|
+ "sync_wrapper 1.0.2",
|
|
|
+ "tokio",
|
|
|
+ "tokio-rustls 0.26.2",
|
|
|
+ "tokio-util 0.7.13",
|
|
|
+ "tower 0.5.2",
|
|
|
+ "tower-service",
|
|
|
+ "url 2.5.4",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "wasm-bindgen-futures",
|
|
|
+ "web-sys",
|
|
|
+ "webpki-roots 0.26.8",
|
|
|
+ "windows-registry",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "ring"
|
|
|
-version = "0.16.20"
|
|
|
+name = "reqwest-middleware"
|
|
|
+version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
+checksum = "64e8975513bd9a7a43aad01030e79b3498e05db14e9d945df6483e8cf9b8c4c4"
|
|
|
dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "spin 0.5.2",
|
|
|
- "untrusted 0.7.1",
|
|
|
- "web-sys",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "anyhow",
|
|
|
+ "async-trait",
|
|
|
+ "http 1.2.0",
|
|
|
+ "reqwest 0.12.12",
|
|
|
+ "serde",
|
|
|
+ "thiserror 1.0.69",
|
|
|
+ "tower-service",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "ring"
|
|
|
-version = "0.17.3"
|
|
|
+version = "0.17.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
|
|
|
+checksum = "ed9b823fa29b721a59671b41d6b06e66b29e0628e207e8b1c3ceeda701ec928d"
|
|
|
dependencies = [
|
|
|
"cc",
|
|
|
+ "cfg-if 1.0.0",
|
|
|
"getrandom 0.2.10",
|
|
|
"libc",
|
|
|
- "spin 0.9.8",
|
|
|
- "untrusted 0.9.0",
|
|
|
- "windows-sys 0.48.0",
|
|
|
+ "untrusted",
|
|
|
+ "windows-sys 0.52.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -4505,7 +4615,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
|
dependencies = [
|
|
|
"log",
|
|
|
- "ring 0.17.3",
|
|
|
+ "ring",
|
|
|
"rustls-webpki 0.101.7",
|
|
|
"sct",
|
|
|
]
|
|
|
@@ -4517,7 +4627,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
|
|
|
dependencies = [
|
|
|
"once_cell",
|
|
|
- "ring 0.17.3",
|
|
|
+ "ring",
|
|
|
"rustls-pki-types",
|
|
|
"rustls-webpki 0.102.8",
|
|
|
"subtle",
|
|
|
@@ -4598,8 +4708,8 @@ version = "0.101.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
dependencies = [
|
|
|
- "ring 0.17.3",
|
|
|
- "untrusted 0.9.0",
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -4608,9 +4718,9 @@ version = "0.102.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
|
dependencies = [
|
|
|
- "ring 0.17.3",
|
|
|
+ "ring",
|
|
|
"rustls-pki-types",
|
|
|
- "untrusted 0.9.0",
|
|
|
+ "untrusted",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -4663,12 +4773,12 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
[[package]]
|
|
|
name = "sct"
|
|
|
-version = "0.7.0"
|
|
|
+version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
+checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
|
dependencies = [
|
|
|
- "ring 0.16.20",
|
|
|
- "untrusted 0.7.1",
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -6076,7 +6186,7 @@ dependencies = [
|
|
|
"console",
|
|
|
"indicatif",
|
|
|
"log",
|
|
|
- "reqwest",
|
|
|
+ "reqwest 0.11.27",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -6553,7 +6663,7 @@ dependencies = [
|
|
|
"gethostname",
|
|
|
"lazy_static",
|
|
|
"log",
|
|
|
- "reqwest",
|
|
|
+ "reqwest 0.12.12",
|
|
|
"solana-clock",
|
|
|
"solana-cluster-type",
|
|
|
"solana-sha256-hasher",
|
|
|
@@ -7007,8 +7117,8 @@ version = "2.3.0"
|
|
|
dependencies = [
|
|
|
"crossbeam-channel",
|
|
|
"futures-util",
|
|
|
+ "http 0.2.12",
|
|
|
"log",
|
|
|
- "reqwest",
|
|
|
"semver",
|
|
|
"serde",
|
|
|
"serde_derive",
|
|
|
@@ -7226,7 +7336,7 @@ dependencies = [
|
|
|
"bs58",
|
|
|
"indicatif",
|
|
|
"log",
|
|
|
- "reqwest",
|
|
|
+ "reqwest 0.12.12",
|
|
|
"reqwest-middleware",
|
|
|
"semver",
|
|
|
"serde",
|
|
|
@@ -7260,7 +7370,7 @@ dependencies = [
|
|
|
"base64 0.22.1",
|
|
|
"bs58",
|
|
|
"jsonrpc-core",
|
|
|
- "reqwest",
|
|
|
+ "reqwest 0.12.12",
|
|
|
"reqwest-middleware",
|
|
|
"semver",
|
|
|
"serde",
|
|
|
@@ -8285,8 +8395,8 @@ dependencies = [
|
|
|
"flate2",
|
|
|
"futures 0.3.31",
|
|
|
"goauth",
|
|
|
- "http",
|
|
|
- "hyper",
|
|
|
+ "http 0.2.12",
|
|
|
+ "hyper 0.14.32",
|
|
|
"hyper-proxy",
|
|
|
"log",
|
|
|
"openssl",
|
|
|
@@ -9142,12 +9252,6 @@ dependencies = [
|
|
|
"zeroize",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "spin"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "spin"
|
|
|
version = "0.9.8"
|
|
|
@@ -9618,6 +9722,15 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sync_wrapper"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "synstructure"
|
|
|
version = "0.12.6"
|
|
|
@@ -9731,15 +9844,6 @@ dependencies = [
|
|
|
"syn 1.0.109",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "task-local-extensions"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
|
|
|
-dependencies = [
|
|
|
- "pin-utils",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
version = "3.17.1"
|
|
|
@@ -9982,6 +10086,16 @@ dependencies = [
|
|
|
"tokio",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tokio-rustls"
|
|
|
+version = "0.26.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
|
+dependencies = [
|
|
|
+ "rustls 0.23.23",
|
|
|
+ "tokio",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tokio-serde"
|
|
|
version = "0.8.0"
|
|
|
@@ -10019,7 +10133,7 @@ dependencies = [
|
|
|
"log",
|
|
|
"rustls 0.21.12",
|
|
|
"tokio",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
"tungstenite",
|
|
|
"webpki-roots 0.25.2",
|
|
|
]
|
|
|
@@ -10093,18 +10207,18 @@ dependencies = [
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
"h2",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
+ "http 0.2.12",
|
|
|
+ "http-body 0.4.5",
|
|
|
+ "hyper 0.14.32",
|
|
|
"hyper-timeout",
|
|
|
"percent-encoding 2.3.1",
|
|
|
"pin-project",
|
|
|
"prost",
|
|
|
"rustls-pemfile 1.0.0",
|
|
|
"tokio",
|
|
|
- "tokio-rustls",
|
|
|
+ "tokio-rustls 0.24.1",
|
|
|
"tokio-stream",
|
|
|
- "tower",
|
|
|
+ "tower 0.4.13",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
"tracing",
|
|
|
@@ -10143,17 +10257,32 @@ dependencies = [
|
|
|
"tracing",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tower"
|
|
|
+version = "0.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
+ "pin-project-lite",
|
|
|
+ "sync_wrapper 1.0.2",
|
|
|
+ "tokio",
|
|
|
+ "tower-layer",
|
|
|
+ "tower-service",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tower-layer"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
+checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tower-service"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
+checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
|
[[package]]
|
|
|
name = "tracing"
|
|
|
@@ -10245,7 +10374,7 @@ dependencies = [
|
|
|
"byteorder 1.5.0",
|
|
|
"bytes",
|
|
|
"data-encoding",
|
|
|
- "http",
|
|
|
+ "http 0.2.12",
|
|
|
"httparse",
|
|
|
"log",
|
|
|
"rand 0.8.5",
|
|
|
@@ -10354,12 +10483,6 @@ version = "0.2.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "untrusted"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "untrusted"
|
|
|
version = "0.9.0"
|
|
|
@@ -10623,6 +10746,15 @@ version = "0.25.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "webpki-roots"
|
|
|
+version = "0.26.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
|
|
|
+dependencies = [
|
|
|
+ "rustls-pki-types",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "which"
|
|
|
version = "4.2.5"
|
|
|
@@ -10683,6 +10815,36 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-registry"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
+dependencies = [
|
|
|
+ "windows-result",
|
|
|
+ "windows-strings",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-result"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-strings"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
+dependencies = [
|
|
|
+ "windows-result",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.48.0"
|