fix(deps): update rust crate reqwest to 0.12.2

This commit is contained in:
renovate[bot] 2024-03-25 14:55:13 +00:00
parent 727969e58d
commit 0b6c7bcb74
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1134,9 +1134,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reqwest"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6"
checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338"
dependencies = [
"async-compression",
"base64",

View File

@ -13,7 +13,7 @@ lazy_static = "1.4.0"
num_cpus = "1.16.0"
once_cell = "1.19.0"
regex = "1.10.4"
reqwest = {version = "0.12.1", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
reqwest = {version = "0.12.2", 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.197", features = ["derive"]}