Browse Source

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

dependabot[bot] 1 year ago
parent
commit
d5524d7eae
2 changed files with 230 additions and 194 deletions
  1. 228 193
      Cargo.lock
  2. 2 1
      Cargo.toml

File diff suppressed because it is too large
+ 228 - 193
Cargo.lock


+ 2 - 1
Cargo.toml

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

Some files were not shown because too many files changed in this diff