bump: librqbit

feat: add user_agent
This commit is contained in:
xkeyC
2026-01-05 11:58:24 +08:00
parent 678f8d8cd7
commit 91046e7f5e
4 changed files with 39 additions and 19 deletions

View File

@@ -15,19 +15,39 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.11.1"
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "macros", "process", "sync"] }
futures = { version = "0.3.31", default-features = false, features = ["executor"] }
tokio = { version = "1.49.0", features = [
"rt",
"rt-multi-thread",
"macros",
"process",
"sync",
] }
futures = { version = "0.3.31", default-features = false, features = [
"executor",
] }
url = "2.5.7"
once_cell = "1.21.3"
reqwest = { version = "0.12.26", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
reqwest = { version = "0.12.26", features = [
"rustls-tls-webpki-roots",
"cookies",
"gzip",
"json",
"stream",
] }
hickory-resolver = { version = "0.25.2" }
anyhow = "1.0.100"
scopeguard = "1.0"
notify-rust = "4.11.7"
asar = "0.3.0"
walkdir = "2.5.0"
ort = { version = "2.0.0-rc.10", features = ["xnnpack", "download-binaries", "ndarray"] }
tokenizers = { version = "0.22.2", default-features = false, features = ["onig"] }
ort = { version = "2.0.0-rc.10", features = [
"xnnpack",
"download-binaries",
"ndarray",
] }
tokenizers = { version = "0.22.2", default-features = false, features = [
"onig",
] }
ndarray = "0.17.1"
serde_json = "1.0.148"
serde = { version = "1.0.228", features = ["derive"] }
@@ -37,7 +57,7 @@ uuid = { version = "1.19.0", features = ["v4"] }
rayon = "1.10"
parking_lot = "0.12.5"
crossbeam-channel = "0.5.15"
librqbit = { git = "https://github.com/StarCitizenToolBox/rqbit", rev = "f8c0b0927904e1d8b0e28e708bd69fd8069d413a" }
librqbit = { git = "https://github.com/StarCitizenToolBox/rqbit", rev = "1e281d545c068a4f5ec98553539cd46a159cad14" }
bytes = "1.10"
# WebView
@@ -61,7 +81,7 @@ windows = { version = "0.62.2", features = [
"Win32_System_Variant",
"Win32_Security",
"Win32_System_IO",
"Win32_System_Ioctl"
"Win32_System_Ioctl",
] }
win32job = "2.0.3"
wmi = "0.18"