diff --git a/Cargo.lock b/Cargo.lock index 268c29a..03845d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,9 +1474,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 001b193..6ae838f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.128" serde_regex = "1.1" json = "0.12.4" regex = "1.11.0" -reqwest = { version = "0.12.7", features = ["rustls-tls", "blocking", "gzip", "stream"], default-features = false } +reqwest = { version = "0.12.8", features = ["rustls-tls", "blocking", "gzip", "stream"], default-features = false } xdg = "2.5.2" tar = "0.4.42" xz2 = "0.1.7"