Update dependency versions

This commit is contained in:
ByteDream 2022-11-30 21:34:20 +01:00
parent a3c717dc1a
commit 0bb20d24a2
4 changed files with 68 additions and 65 deletions

59
Cargo.lock generated
View file

@ -104,6 +104,15 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
[[package]]
name = "castaway"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
dependencies = [
"rustversion",
]
[[package]]
name = "cbc"
version = "0.1.2"
@ -284,10 +293,11 @@ dependencies = [
"crunchyroll-rs",
"ctrlc",
"dirs",
"isahc",
"isahc 1.7.0 (git+https://github.com/sagebind/isahc?rev=c39f6f8)",
"log",
"num_cpus",
"regex",
"rustls-native-certs",
"signal-hook",
"sys-locale",
"tempfile",
@ -306,7 +316,7 @@ dependencies = [
"crunchyroll-rs-internal",
"curl-sys",
"http",
"isahc",
"isahc 1.7.0 (git+https://github.com/sagebind/isahc?rev=34f158ef)",
"m3u8-rs",
"regex",
"rustls-native-certs",
@ -719,7 +729,7 @@ version = "1.7.0"
source = "git+https://github.com/sagebind/isahc?rev=34f158ef#34f158ef9f87b2387bed2c81936916a29c1eaad1"
dependencies = [
"async-channel",
"castaway",
"castaway 0.1.2",
"crossbeam-utils",
"curl",
"curl-sys",
@ -741,6 +751,33 @@ dependencies = [
"waker-fn",
]
[[package]]
name = "isahc"
version = "1.7.0"
source = "git+https://github.com/sagebind/isahc?rev=c39f6f8#c39f6f85aaa1f36c5857064c6c3c80f4d307d863"
dependencies = [
"async-channel",
"castaway 0.2.2",
"crossbeam-utils",
"curl",
"curl-sys",
"data-encoding",
"encoding_rs",
"event-listener",
"futures-io",
"futures-lite",
"http",
"log",
"mime",
"once_cell",
"polling",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
]
[[package]]
name = "itoa"
version = "1.0.4"
@ -905,15 +942,6 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "111.24.0+1.1.1s"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.78"
@ -923,7 +951,6 @@ dependencies = [
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
@ -1121,6 +1148,12 @@ dependencies = [
"base64",
]
[[package]]
name = "rustversion"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
[[package]]
name = "ryu"
version = "1.0.11"