diff --git a/Cargo.toml b/Cargo.toml index 51e74e2..55a055c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"] } -reqwest = { version = "0.12", features = ["json", "stream"] } +reqwest = { version = "0.13", features = ["json", "stream"] } chrono = "0.4" color-eyre = "0.6.3" crossterm = { version = "0.29.0", features = ["event-stream"] }