From ce4b639ebfc8e03be81eca0684a771d4914d9ba4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:05:07 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.12 (#220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86b4048..f60c23c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1720,9 +1720,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 39af22c..4c77424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ lazy_static = "1.5.0" num_cpus = "1.16.0" once_cell = "1.20.2" regex = "1.11.1" -reqwest = {version = "0.12.11", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} +reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} rocket = {git = "https://github.com/SergioBenitez/Rocket"} rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]} serde = {version = "1.0.217", features = ["derive"]}