fix(deps): update rust crate reqwest to 0.12.9

This commit is contained in:
renovate[bot] 2024-10-28 20:23:01 +00:00
parent 80caa2e06e
commit 2077ca2c3d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1569,9 +1569,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 = [
"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.8", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
reqwest = {version = "0.12.9", 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.213", features = ["derive"]}