Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore: Pin reqwest to 0.11.20 to avoid issues with #686. (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Joel <240083+cdata@users.noreply.github.com>
  • Loading branch information
jsantell and cdata authored Nov 13, 2023
1 parent d5734e0 commit e3ab34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libipld-json = { version = "0.16" }
multihash = { version = "0.18" }
pathdiff = { version = "0.2.1" }
rand = { version = "0.8" }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls", "stream"] }
reqwest = { version = "=0.11.20", default-features = false, features = ["json", "rustls-tls", "stream"] }
sentry-tracing = { version = "0.31.7" }
serde = { version = "^1" }
serde_json = { version = "^1" }
Expand Down

0 comments on commit e3ab34a

Please sign in to comment.