diff --git a/Cargo.lock b/Cargo.lock index b138a64..e83f824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,9 +1008,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3536321cfc54baa8cf3e273d5e1f63f889067829c4b410fcdbac8ca7b80994" +checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7e89f29..13ac054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] futures-util = "0.3.31" -reqwest = { version = "0.12.10", default-features = false, features = ["http2", "gzip", "rustls-tls"] } +reqwest = { version = "0.12.11", default-features = false, features = ["http2", "gzip", "rustls-tls"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } tokio = { version = "1.42.0", features = ["rt-multi-thread", "fs", "macros", "signal"] } tokio-util = "0.7.13"