mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
fix(deps): update rust crate reqwest to 0.12.4
This commit is contained in:
parent
b751fbe79d
commit
b7fa579e58
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1140,9 +1140,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19"
|
||||
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64 0.22.0",
|
||||
|
@ -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.3", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
|
||||
reqwest = {version = "0.12.4", 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.198", features = ["derive"]}
|
||||
|
Loading…
Reference in New Issue
Block a user