fix(deps): update rust crate reqwest to 0.12.1

This commit is contained in:
renovate[bot] 2024-03-22 17:56:08 +00:00 committed by GitHub
parent 83c4ce5369
commit 493aba6bf5
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

@ -1134,9 +1134,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reqwest"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58b48d98d932f4ee75e541614d32a7f44c889b72bd9c2e04d95edd135989df88"
checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6"
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.3"
reqwest = {version = "0.12.0", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
reqwest = {version = "0.12.1", 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"]}