deps: drop unused regex, unify reqwest on 0.12

x-media's reqwest 0.13 dragged in quinn/rustls/aws-lc-rs (cmake C
build) alongside teloxide's 0.12; unifying on 0.12 removes the whole
second TLS/QUIC stack from the build and image. The unused regex dep in
xmedia-bot is gone; x-media keeps url (the bsky HLS remux uses it).
This commit is contained in:
2026-08-08 20:31:03 +08:00
parent ebc0122264
commit 9910da2914
3 changed files with 13 additions and 364 deletions
-1
View File
@@ -12,7 +12,6 @@ log = "0.4"
pretty_env_logger = "0.5"
dotenv = "0.15"
url = "2.5.2"
regex = "1.12"
html-escape = "0.2"
rusqlite = { version = "0.32", features = ["bundled"] }
rand = "0.8"