mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
fix(deps): update rust crate reqwest to 0.12.1
This commit is contained in:
parent
83c4ce5369
commit
98d7650d56
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"]}
|
||||
|
|
Loading…
Reference in a new issue