Spaces:
Running
Running
Upload Cargo.lock
Browse files- Cargo.lock +147 -1
Cargo.lock
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# This file is automatically @generated by Cargo.
|
| 2 |
# It is not intended for manual editing.
|
| 3 |
-
version =
|
| 4 |
|
| 5 |
[[package]]
|
| 6 |
name = "addr2line"
|
|
@@ -47,6 +47,7 @@ version = "0.3.8"
|
|
| 47 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 48 |
checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6"
|
| 49 |
dependencies = [
|
|
|
|
| 50 |
"flate2",
|
| 51 |
"futures-core",
|
| 52 |
"memchr",
|
|
@@ -68,6 +69,28 @@ dependencies = [
|
|
| 68 |
"tokio",
|
| 69 |
]
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
[[package]]
|
| 72 |
name = "async-trait"
|
| 73 |
version = "0.1.77"
|
|
@@ -173,6 +196,25 @@ version = "2.4.1"
|
|
| 173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 174 |
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
| 175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
[[package]]
|
| 177 |
name = "brotli"
|
| 178 |
version = "3.3.4"
|
|
@@ -200,12 +242,27 @@ version = "3.7.0"
|
|
| 200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 201 |
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
| 202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
[[package]]
|
| 204 |
name = "bytes"
|
| 205 |
version = "1.1.0"
|
| 206 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 207 |
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
| 208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
[[package]]
|
| 210 |
name = "cc"
|
| 211 |
version = "1.0.70"
|
|
@@ -218,6 +275,16 @@ version = "1.0.0"
|
|
| 218 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 219 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
| 220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
[[package]]
|
| 222 |
name = "const_fn"
|
| 223 |
version = "0.4.8"
|
|
@@ -260,6 +327,16 @@ dependencies = [
|
|
| 260 |
"cfg-if",
|
| 261 |
]
|
| 262 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
[[package]]
|
| 264 |
name = "discard"
|
| 265 |
version = "1.0.4"
|
|
@@ -270,14 +347,22 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
| 270 |
name = "dzmedia"
|
| 271 |
version = "0.1.0"
|
| 272 |
dependencies = [
|
|
|
|
| 273 |
"axum",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
"http 1.0.0",
|
|
|
|
| 275 |
"reqwest",
|
| 276 |
"serde",
|
| 277 |
"serde_json",
|
| 278 |
"thiserror",
|
| 279 |
"tokio",
|
| 280 |
"tower-http",
|
|
|
|
| 281 |
"tracing-subscriber",
|
| 282 |
]
|
| 283 |
|
|
@@ -381,6 +466,16 @@ dependencies = [
|
|
| 381 |
"slab",
|
| 382 |
]
|
| 383 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 384 |
[[package]]
|
| 385 |
name = "gimli"
|
| 386 |
version = "0.28.1"
|
|
@@ -621,6 +716,16 @@ dependencies = [
|
|
| 621 |
"hashbrown 0.14.3",
|
| 622 |
]
|
| 623 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 624 |
[[package]]
|
| 625 |
name = "ipnet"
|
| 626 |
version = "2.3.1"
|
|
@@ -678,6 +783,12 @@ version = "0.7.0"
|
|
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 679 |
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
| 680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 681 |
[[package]]
|
| 682 |
name = "memchr"
|
| 683 |
version = "2.4.1"
|
|
@@ -690,6 +801,16 @@ version = "0.3.16"
|
|
| 690 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 691 |
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
| 692 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 693 |
[[package]]
|
| 694 |
name = "miniz_oxide"
|
| 695 |
version = "0.4.4"
|
|
@@ -846,6 +967,7 @@ dependencies = [
|
|
| 846 |
"lazy_static",
|
| 847 |
"log",
|
| 848 |
"mime",
|
|
|
|
| 849 |
"percent-encoding",
|
| 850 |
"pin-project-lite",
|
| 851 |
"rustls",
|
|
@@ -1341,9 +1463,21 @@ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
| 1341 |
dependencies = [
|
| 1342 |
"log",
|
| 1343 |
"pin-project-lite",
|
|
|
|
| 1344 |
"tracing-core",
|
| 1345 |
]
|
| 1346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1347 |
[[package]]
|
| 1348 |
name = "tracing-core"
|
| 1349 |
version = "0.1.32"
|
|
@@ -1385,6 +1519,18 @@ version = "0.2.3"
|
|
| 1385 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1386 |
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
| 1387 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1388 |
[[package]]
|
| 1389 |
name = "unicode-bidi"
|
| 1390 |
version = "0.3.6"
|
|
|
|
| 1 |
# This file is automatically @generated by Cargo.
|
| 2 |
# It is not intended for manual editing.
|
| 3 |
+
version = 4
|
| 4 |
|
| 5 |
[[package]]
|
| 6 |
name = "addr2line"
|
|
|
|
| 47 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 48 |
checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6"
|
| 49 |
dependencies = [
|
| 50 |
+
"brotli",
|
| 51 |
"flate2",
|
| 52 |
"futures-core",
|
| 53 |
"memchr",
|
|
|
|
| 69 |
"tokio",
|
| 70 |
]
|
| 71 |
|
| 72 |
+
[[package]]
|
| 73 |
+
name = "async-stream"
|
| 74 |
+
version = "0.3.6"
|
| 75 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 76 |
+
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
| 77 |
+
dependencies = [
|
| 78 |
+
"async-stream-impl",
|
| 79 |
+
"futures-core",
|
| 80 |
+
"pin-project-lite",
|
| 81 |
+
]
|
| 82 |
+
|
| 83 |
+
[[package]]
|
| 84 |
+
name = "async-stream-impl"
|
| 85 |
+
version = "0.3.6"
|
| 86 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 87 |
+
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
| 88 |
+
dependencies = [
|
| 89 |
+
"proc-macro2",
|
| 90 |
+
"quote",
|
| 91 |
+
"syn 2.0.48",
|
| 92 |
+
]
|
| 93 |
+
|
| 94 |
[[package]]
|
| 95 |
name = "async-trait"
|
| 96 |
version = "0.1.77"
|
|
|
|
| 196 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 197 |
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
| 198 |
|
| 199 |
+
[[package]]
|
| 200 |
+
name = "block-padding"
|
| 201 |
+
version = "0.3.3"
|
| 202 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 203 |
+
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
| 204 |
+
dependencies = [
|
| 205 |
+
"generic-array",
|
| 206 |
+
]
|
| 207 |
+
|
| 208 |
+
[[package]]
|
| 209 |
+
name = "blowfish"
|
| 210 |
+
version = "0.9.1"
|
| 211 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 212 |
+
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
| 213 |
+
dependencies = [
|
| 214 |
+
"byteorder",
|
| 215 |
+
"cipher",
|
| 216 |
+
]
|
| 217 |
+
|
| 218 |
[[package]]
|
| 219 |
name = "brotli"
|
| 220 |
version = "3.3.4"
|
|
|
|
| 242 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 243 |
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
| 244 |
|
| 245 |
+
[[package]]
|
| 246 |
+
name = "byteorder"
|
| 247 |
+
version = "1.5.0"
|
| 248 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 249 |
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
| 250 |
+
|
| 251 |
[[package]]
|
| 252 |
name = "bytes"
|
| 253 |
version = "1.1.0"
|
| 254 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 255 |
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
| 256 |
|
| 257 |
+
[[package]]
|
| 258 |
+
name = "cbc"
|
| 259 |
+
version = "0.1.2"
|
| 260 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 261 |
+
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
| 262 |
+
dependencies = [
|
| 263 |
+
"cipher",
|
| 264 |
+
]
|
| 265 |
+
|
| 266 |
[[package]]
|
| 267 |
name = "cc"
|
| 268 |
version = "1.0.70"
|
|
|
|
| 275 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 276 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
| 277 |
|
| 278 |
+
[[package]]
|
| 279 |
+
name = "cipher"
|
| 280 |
+
version = "0.4.4"
|
| 281 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 282 |
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
| 283 |
+
dependencies = [
|
| 284 |
+
"crypto-common",
|
| 285 |
+
"inout",
|
| 286 |
+
]
|
| 287 |
+
|
| 288 |
[[package]]
|
| 289 |
name = "const_fn"
|
| 290 |
version = "0.4.8"
|
|
|
|
| 327 |
"cfg-if",
|
| 328 |
]
|
| 329 |
|
| 330 |
+
[[package]]
|
| 331 |
+
name = "crypto-common"
|
| 332 |
+
version = "0.1.7"
|
| 333 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 334 |
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
| 335 |
+
dependencies = [
|
| 336 |
+
"generic-array",
|
| 337 |
+
"typenum",
|
| 338 |
+
]
|
| 339 |
+
|
| 340 |
[[package]]
|
| 341 |
name = "discard"
|
| 342 |
version = "1.0.4"
|
|
|
|
| 347 |
name = "dzmedia"
|
| 348 |
version = "0.1.0"
|
| 349 |
dependencies = [
|
| 350 |
+
"async-stream",
|
| 351 |
"axum",
|
| 352 |
+
"blowfish",
|
| 353 |
+
"bytes",
|
| 354 |
+
"cbc",
|
| 355 |
+
"cipher",
|
| 356 |
+
"futures-util",
|
| 357 |
"http 1.0.0",
|
| 358 |
+
"md5",
|
| 359 |
"reqwest",
|
| 360 |
"serde",
|
| 361 |
"serde_json",
|
| 362 |
"thiserror",
|
| 363 |
"tokio",
|
| 364 |
"tower-http",
|
| 365 |
+
"tracing",
|
| 366 |
"tracing-subscriber",
|
| 367 |
]
|
| 368 |
|
|
|
|
| 466 |
"slab",
|
| 467 |
]
|
| 468 |
|
| 469 |
+
[[package]]
|
| 470 |
+
name = "generic-array"
|
| 471 |
+
version = "0.14.7"
|
| 472 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 473 |
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
| 474 |
+
dependencies = [
|
| 475 |
+
"typenum",
|
| 476 |
+
"version_check",
|
| 477 |
+
]
|
| 478 |
+
|
| 479 |
[[package]]
|
| 480 |
name = "gimli"
|
| 481 |
version = "0.28.1"
|
|
|
|
| 716 |
"hashbrown 0.14.3",
|
| 717 |
]
|
| 718 |
|
| 719 |
+
[[package]]
|
| 720 |
+
name = "inout"
|
| 721 |
+
version = "0.1.4"
|
| 722 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 723 |
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
| 724 |
+
dependencies = [
|
| 725 |
+
"block-padding",
|
| 726 |
+
"generic-array",
|
| 727 |
+
]
|
| 728 |
+
|
| 729 |
[[package]]
|
| 730 |
name = "ipnet"
|
| 731 |
version = "2.3.1"
|
|
|
|
| 783 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 784 |
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
| 785 |
|
| 786 |
+
[[package]]
|
| 787 |
+
name = "md5"
|
| 788 |
+
version = "0.7.0"
|
| 789 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 790 |
+
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
| 791 |
+
|
| 792 |
[[package]]
|
| 793 |
name = "memchr"
|
| 794 |
version = "2.4.1"
|
|
|
|
| 801 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 802 |
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
| 803 |
|
| 804 |
+
[[package]]
|
| 805 |
+
name = "mime_guess"
|
| 806 |
+
version = "2.0.5"
|
| 807 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 808 |
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
| 809 |
+
dependencies = [
|
| 810 |
+
"mime",
|
| 811 |
+
"unicase",
|
| 812 |
+
]
|
| 813 |
+
|
| 814 |
[[package]]
|
| 815 |
name = "miniz_oxide"
|
| 816 |
version = "0.4.4"
|
|
|
|
| 967 |
"lazy_static",
|
| 968 |
"log",
|
| 969 |
"mime",
|
| 970 |
+
"mime_guess",
|
| 971 |
"percent-encoding",
|
| 972 |
"pin-project-lite",
|
| 973 |
"rustls",
|
|
|
|
| 1463 |
dependencies = [
|
| 1464 |
"log",
|
| 1465 |
"pin-project-lite",
|
| 1466 |
+
"tracing-attributes",
|
| 1467 |
"tracing-core",
|
| 1468 |
]
|
| 1469 |
|
| 1470 |
+
[[package]]
|
| 1471 |
+
name = "tracing-attributes"
|
| 1472 |
+
version = "0.1.31"
|
| 1473 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1474 |
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
| 1475 |
+
dependencies = [
|
| 1476 |
+
"proc-macro2",
|
| 1477 |
+
"quote",
|
| 1478 |
+
"syn 2.0.48",
|
| 1479 |
+
]
|
| 1480 |
+
|
| 1481 |
[[package]]
|
| 1482 |
name = "tracing-core"
|
| 1483 |
version = "0.1.32"
|
|
|
|
| 1519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1520 |
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
| 1521 |
|
| 1522 |
+
[[package]]
|
| 1523 |
+
name = "typenum"
|
| 1524 |
+
version = "1.20.1"
|
| 1525 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1526 |
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
| 1527 |
+
|
| 1528 |
+
[[package]]
|
| 1529 |
+
name = "unicase"
|
| 1530 |
+
version = "2.9.0"
|
| 1531 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1532 |
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
| 1533 |
+
|
| 1534 |
[[package]]
|
| 1535 |
name = "unicode-bidi"
|
| 1536 |
version = "0.3.6"
|