mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2025-04-28 15:50:29 +05:30
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:
parent
100931ef98
commit
157a85f37c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user