diff --git a/Cargo.lock b/Cargo.lock index aab38bd3..ace51a63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2864,9 +2864,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.8" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" +checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e6606c3d..1f1e052c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ memmap2 = "0.9.5" path-clean = "1.0.1" rand = "0.8.5" regex = "1.11.0" -reqwest = { version = "0.12.8", features = ["blocking", "json"] } +reqwest = { version = "0.12.9", features = ["blocking", "json"] } rustyline = "14.0.0" semver = "1.0.23" serde = { version = "1.0.210", features = ["derive"] }