Lissy93 / AdGuardian-Term

🛡️ Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
https://adguardian.as93.net
MIT License
901 stars 37 forks source link

Update some dependencies #24

Open GoWeasel opened 3 months ago

GoWeasel commented 3 months ago

Hi Alicia, nice project you build here, i just checked it out today, plz fix the following by updating some deps, thx.

image

The following deps will fix the upper issue

chrono = { version = "0.4", default-features = false, features = ["now", "clock"] }
crossterm = { version = "0.23.2", features = ["serde"] }
reqwest = { version = "0.12.2", default-features = false, features = ["blocking", "json", "rustls-tls"] }
tokio = { version = "1.37.0", features = ["full"] }
tui = { package = "ratatui", version = "0.23" }

crossterm > 0.23.2 need some more fixes. ratatui > 0.23 need some more fixes: image

Result: image

no more vul - as we like it