0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-17 22:22:51 -04:00

⬆️ build(deps): bump reqwest from 0.11.25 to 0.12.4 (#575)

This commit is contained in:
dependabot[bot] 2024-06-08 19:05:09 +00:00 committed by GitHub
parent 3c2533f69a
commit d5524d7eae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 525 additions and 468 deletions

990
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,10 +13,11 @@ bench = false
path = "src/bin/websurfx.rs" path = "src/bin/websurfx.rs"
[dependencies] [dependencies]
reqwest = { version = "0.11.24", default-features = false, features = [ reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls", "rustls-tls",
"brotli", "brotli",
"gzip", "gzip",
"http2"
] } ] }
tokio = { version = "1.32.0", features = [ tokio = { version = "1.32.0", features = [
"rt-multi-thread", "rt-multi-thread",