mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user