|
@@ -90,9 +90,9 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-compression"
|
|
name = "async-compression"
|
|
-version = "0.4.18"
|
|
|
|
|
|
+version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
|
|
|
|
|
+checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
|
|
dependencies = [
|
|
dependencies = [
|
|
"brotli",
|
|
"brotli",
|
|
"flate2",
|
|
"flate2",
|
|
@@ -126,7 +126,7 @@ dependencies = [
|
|
"miniz_oxide",
|
|
"miniz_oxide",
|
|
"object",
|
|
"object",
|
|
"rustc-demangle",
|
|
"rustc-demangle",
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-targets 0.52.6",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -186,9 +186,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytes"
|
|
name = "bytes"
|
|
-version = "1.10.0"
|
|
|
|
|
|
+version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
|
|
|
|
|
+checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cargo-lock"
|
|
name = "cargo-lock"
|
|
@@ -389,9 +389,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "flate2"
|
|
name = "flate2"
|
|
-version = "1.0.35"
|
|
|
|
|
|
+version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
|
|
|
|
+checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"crc32fast",
|
|
"crc32fast",
|
|
"miniz_oxide",
|
|
"miniz_oxide",
|
|
@@ -444,6 +444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
|
|
+ "futures-sink",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -452,6 +453,12 @@ version = "0.3.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "futures-io"
|
|
|
|
+version = "0.3.31"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "futures-sink"
|
|
name = "futures-sink"
|
|
version = "0.3.31"
|
|
version = "0.3.31"
|
|
@@ -471,9 +478,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
|
|
+ "futures-io",
|
|
|
|
+ "futures-sink",
|
|
"futures-task",
|
|
"futures-task",
|
|
|
|
+ "memchr",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"pin-utils",
|
|
|
|
+ "slab",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -507,14 +518,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "getrandom"
|
|
name = "getrandom"
|
|
-version = "0.3.1"
|
|
|
|
|
|
+version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
|
|
+checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
- "wasi 0.13.3+wasi-0.2.2",
|
|
|
|
- "windows-targets",
|
|
|
|
|
|
+ "r-efi",
|
|
|
|
+ "wasi 0.14.2+wasi-0.2.4",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -545,15 +556,14 @@ dependencies = [
|
|
"clap",
|
|
"clap",
|
|
"reqwest",
|
|
"reqwest",
|
|
"scraper",
|
|
"scraper",
|
|
- "tokio",
|
|
|
|
"url",
|
|
"url",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "h2"
|
|
name = "h2"
|
|
-version = "0.4.7"
|
|
|
|
|
|
+version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
|
|
|
|
|
+checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"atomic-waker",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -594,9 +604,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http"
|
|
name = "http"
|
|
-version = "1.2.0"
|
|
|
|
|
|
+version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
|
|
|
|
+checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"fnv",
|
|
"fnv",
|
|
@@ -615,12 +625,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "http-body-util"
|
|
name = "http-body-util"
|
|
-version = "0.1.2"
|
|
|
|
|
|
+version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
|
|
|
+checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
- "futures-util",
|
|
|
|
|
|
+ "futures-core",
|
|
"http",
|
|
"http",
|
|
"http-body",
|
|
"http-body",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
@@ -628,9 +638,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "httparse"
|
|
name = "httparse"
|
|
-version = "1.10.0"
|
|
|
|
|
|
+version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
|
|
|
|
|
|
+checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hyper"
|
|
name = "hyper"
|
|
@@ -922,9 +932,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
name = "linux-raw-sys"
|
|
-version = "0.4.15"
|
|
|
|
|
|
+version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
+checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "litemap"
|
|
name = "litemap"
|
|
@@ -993,9 +1003,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
name = "miniz_oxide"
|
|
-version = "0.8.4"
|
|
|
|
|
|
+version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b"
|
|
|
|
|
|
+checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
|
dependencies = [
|
|
dependencies = [
|
|
"adler2",
|
|
"adler2",
|
|
]
|
|
]
|
|
@@ -1013,9 +1023,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "native-tls"
|
|
name = "native-tls"
|
|
-version = "0.2.13"
|
|
|
|
|
|
+version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
|
|
|
|
|
|
+checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"log",
|
|
"log",
|
|
@@ -1113,7 +1123,7 @@ dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"redox_syscall",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"smallvec",
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-targets 0.52.6",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1216,6 +1226,12 @@ dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "r-efi"
|
|
|
|
+version = "5.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "rand"
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
version = "0.8.5"
|
|
@@ -1242,14 +1258,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "reqwest"
|
|
name = "reqwest"
|
|
-version = "0.12.12"
|
|
|
|
|
|
+version = "0.12.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
|
|
|
|
|
+checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-compression",
|
|
"async-compression",
|
|
"base64",
|
|
"base64",
|
|
"bytes",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"encoding_rs",
|
|
|
|
+ "futures-channel",
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-util",
|
|
"futures-util",
|
|
"h2",
|
|
"h2",
|
|
@@ -1288,9 +1305,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ring"
|
|
name = "ring"
|
|
-version = "0.17.9"
|
|
|
|
|
|
+version = "0.17.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24"
|
|
|
|
|
|
+checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cc",
|
|
"cc",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
@@ -1308,9 +1325,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustix"
|
|
name = "rustix"
|
|
-version = "0.38.44"
|
|
|
|
|
|
+version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
|
|
|
+checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags",
|
|
"bitflags",
|
|
"errno",
|
|
"errno",
|
|
@@ -1321,9 +1338,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustls"
|
|
name = "rustls"
|
|
-version = "0.23.23"
|
|
|
|
|
|
+version = "0.23.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
|
|
|
|
|
|
+checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"once_cell",
|
|
"once_cell",
|
|
"rustls-pki-types",
|
|
"rustls-pki-types",
|
|
@@ -1349,9 +1366,9 @@ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustls-webpki"
|
|
name = "rustls-webpki"
|
|
-version = "0.102.8"
|
|
|
|
|
|
+version = "0.103.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
|
|
|
|
+checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ring",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"rustls-pki-types",
|
|
@@ -1360,15 +1377,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustversion"
|
|
name = "rustversion"
|
|
-version = "1.0.19"
|
|
|
|
|
|
+version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
|
|
|
+checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ryu"
|
|
name = "ryu"
|
|
-version = "1.0.19"
|
|
|
|
|
|
+version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
|
|
|
|
|
+checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "schannel"
|
|
name = "schannel"
|
|
@@ -1473,9 +1490,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.138"
|
|
|
|
|
|
+version = "1.0.140"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
|
|
|
|
|
+checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoa",
|
|
"itoa",
|
|
"memchr",
|
|
"memchr",
|
|
@@ -1519,15 +1536,6 @@ version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "signal-hook-registry"
|
|
|
|
-version = "1.4.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
|
|
-dependencies = [
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "siphasher"
|
|
name = "siphasher"
|
|
version = "1.0.1"
|
|
version = "1.0.1"
|
|
@@ -1656,13 +1664,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tempfile"
|
|
name = "tempfile"
|
|
-version = "3.17.0"
|
|
|
|
|
|
+version = "3.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33"
|
|
|
|
|
|
+checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "cfg-if",
|
|
|
|
"fastrand",
|
|
"fastrand",
|
|
- "getrandom 0.3.1",
|
|
|
|
|
|
+ "getrandom 0.3.2",
|
|
"once_cell",
|
|
"once_cell",
|
|
"rustix",
|
|
"rustix",
|
|
"windows-sys 0.59.0",
|
|
"windows-sys 0.59.0",
|
|
@@ -1691,33 +1698,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
-version = "1.43.0"
|
|
|
|
|
|
+version = "1.44.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
|
|
|
|
|
+checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"backtrace",
|
|
"backtrace",
|
|
"bytes",
|
|
"bytes",
|
|
"libc",
|
|
"libc",
|
|
"mio",
|
|
"mio",
|
|
- "parking_lot",
|
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
- "signal-hook-registry",
|
|
|
|
"socket2",
|
|
"socket2",
|
|
- "tokio-macros",
|
|
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "tokio-macros"
|
|
|
|
-version = "2.5.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
- "syn",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio-native-tls"
|
|
name = "tokio-native-tls"
|
|
version = "0.3.1"
|
|
version = "0.3.1"
|
|
@@ -1730,9 +1723,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
name = "tokio-rustls"
|
|
-version = "0.26.1"
|
|
|
|
|
|
+version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
|
|
|
|
|
+checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
dependencies = [
|
|
dependencies = [
|
|
"rustls",
|
|
"rustls",
|
|
"tokio",
|
|
"tokio",
|
|
@@ -1740,9 +1733,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio-util"
|
|
name = "tokio-util"
|
|
-version = "0.7.13"
|
|
|
|
|
|
+version = "0.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
|
|
|
|
|
+checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-core",
|
|
@@ -1913,9 +1906,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasi"
|
|
name = "wasi"
|
|
-version = "0.13.3+wasi-0.2.2"
|
|
|
|
|
|
+version = "0.14.2+wasi-0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
|
|
+checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"wit-bindgen-rt",
|
|
"wit-bindgen-rt",
|
|
]
|
|
]
|
|
@@ -2001,34 +1994,39 @@ dependencies = [
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-link"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows-registry"
|
|
name = "windows-registry"
|
|
-version = "0.2.0"
|
|
|
|
|
|
+version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
|
|
+checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"windows-result",
|
|
"windows-result",
|
|
"windows-strings",
|
|
"windows-strings",
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-targets 0.53.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows-result"
|
|
name = "windows-result"
|
|
-version = "0.2.0"
|
|
|
|
|
|
+version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
|
|
|
+checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-link",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows-strings"
|
|
name = "windows-strings"
|
|
-version = "0.1.0"
|
|
|
|
|
|
+version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
|
|
+checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows-result",
|
|
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-link",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2037,7 +2035,7 @@ version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-targets 0.52.6",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2046,7 +2044,7 @@ version = "0.59.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows-targets",
|
|
|
|
|
|
+ "windows-targets 0.52.6",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2055,14 +2053,30 @@ version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows_aarch64_gnullvm",
|
|
|
|
- "windows_aarch64_msvc",
|
|
|
|
- "windows_i686_gnu",
|
|
|
|
- "windows_i686_gnullvm",
|
|
|
|
- "windows_i686_msvc",
|
|
|
|
- "windows_x86_64_gnu",
|
|
|
|
- "windows_x86_64_gnullvm",
|
|
|
|
- "windows_x86_64_msvc",
|
|
|
|
|
|
+ "windows_aarch64_gnullvm 0.52.6",
|
|
|
|
+ "windows_aarch64_msvc 0.52.6",
|
|
|
|
+ "windows_i686_gnu 0.52.6",
|
|
|
|
+ "windows_i686_gnullvm 0.52.6",
|
|
|
|
+ "windows_i686_msvc 0.52.6",
|
|
|
|
+ "windows_x86_64_gnu 0.52.6",
|
|
|
|
+ "windows_x86_64_gnullvm 0.52.6",
|
|
|
|
+ "windows_x86_64_msvc 0.52.6",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-targets"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm 0.53.0",
|
|
|
|
+ "windows_aarch64_msvc 0.53.0",
|
|
|
|
+ "windows_i686_gnu 0.53.0",
|
|
|
|
+ "windows_i686_gnullvm 0.53.0",
|
|
|
|
+ "windows_i686_msvc 0.53.0",
|
|
|
|
+ "windows_x86_64_gnu 0.53.0",
|
|
|
|
+ "windows_x86_64_gnullvm 0.53.0",
|
|
|
|
+ "windows_x86_64_msvc 0.53.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2071,48 +2085,96 @@ version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.6"
|
|
version = "0.52.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
+version = "0.53.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "winnow"
|
|
name = "winnow"
|
|
version = "0.7.2"
|
|
version = "0.7.2"
|
|
@@ -2124,9 +2186,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wit-bindgen-rt"
|
|
name = "wit-bindgen-rt"
|
|
-version = "0.33.0"
|
|
|
|
|
|
+version = "0.39.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
|
|
+checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags",
|
|
"bitflags",
|
|
]
|
|
]
|