fix(deps): update rust crate reqwest to 0.12.11 (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-27 15:56:41 +00:00 committed by GitHub
parent 100931ef98
commit 157a85f37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1720,9 +1720,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[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",

View File

@ -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.10", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
reqwest = {version = "0.12.11", 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.216", features = ["derive"]}