We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Alicia, nice project you build here, i just checked it out today, plz fix the following by updating some deps, thx.
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:
Result:
no more vul - as we like it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Alicia,
nice project you build here, i just checked it out today, plz fix the following by updating some deps, thx.
The following deps will fix the upper issue
crossterm > 0.23.2 need some more fixes.
ratatui > 0.23 need some more fixes:
Result:
no more vul - as we like it
The text was updated successfully, but these errors were encountered: