diff --git a/Cargo.lock b/Cargo.lock index 1fa96b3..594678d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,9 +1840,9 @@ checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "reqwest" -version = "0.12.23" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 06f544e..40d8aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ itertools = "0.14.0" once_cell = "1.21.3" open = "5.3.2" ratatui = { version = "0.29.0", features = ["unstable-widget-ref"] } -reqwest = "0.12.8" +reqwest = "0.12.24" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.135" thiserror = "2.0.16"