diff --git a/Cargo.lock b/Cargo.lock index b26c19a..32ab8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,9 +920,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reqwest" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "base64 0.22.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 41de62c..710fcdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "=1.0.82" axum = { version = "=0.7.5", features = ["http2", "macros"] } -reqwest = { version = "=0.12.3", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "=0.12.4", default-features = false, features = ["rustls-tls", "json"] } serde = { version = "=1.0.198", features = ["derive"] } serde_json = "=1.0.116" tokio = { version = "=1.37.0", features = ["macros", "rt-multi-thread"] }