Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some dependencies #24

Open
Rusty-Weasel opened this issue Mar 31, 2024 · 0 comments
Open

Update some dependencies #24

Rusty-Weasel opened this issue Mar 31, 2024 · 0 comments

Comments

@Rusty-Weasel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant