Skip to content

Commit

Permalink
📌 Pin reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshuijs committed Mar 20, 2024
1 parent 887ac5d commit 7c6775f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ indicatif = { version = "0.17.7", optional = true }
json_to_table = { version = "0.7.0", optional = true }
tabled = { version = "0.12.2", optional = true }
self_update = { path = "./crates/self_update", default-features = false, features = ["archive-tar", "compression-flate2"] }
reqwest = { package = "reqwest-impersonate", version ="0.11.49", default-features = false, features = ["impersonate"] }
reqwest = { package = "reqwest-impersonate", version ="=0.11.49", default-features = false, features = ["impersonate"] }

# self update
zip = { version = "0.6", default-features = false, features = ["time"], optional = true }
Expand All @@ -53,7 +53,7 @@ sysctl = "0.5.4"
futures-util = "0.3.28"
serde_json = "1.0.107"
tokio = { version = "1.35.1", default-features = false, features = ["rt"] }
reqwest = { package = "reqwest-impersonate", version ="0.11.49", default-features = false, features = [
reqwest = { package = "reqwest-impersonate", version ="=0.11.49", default-features = false, features = [
"boring-tls", "impersonate","json", "cookies", "stream", "multipart", "socks", "blocking"
] }
base64 = "0.21.4"
Expand Down

0 comments on commit 7c6775f

Please sign in to comment.