diff --git a/Cargo.lock b/Cargo.lock index 0cd3500..8a83010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3480,9 +3480,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 = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e31240e..57c2ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ parse-display = "0.10.0" pep-508 = "0.4.0" rayon = "1.10.0" regex = "1.11.0" -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.12.8", features = ["json"] } rustc-hash = "2.0.0" secrecy = { version = "0.10.2", features = ["serde"] } semver = "1.0.23"