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.22 to debug #686
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Oct 19, 2023
1 parent 5b36b08 commit 1068fb0
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.22", default-features = false, features = ["json", "rustls-tls", "stream"] }
sentry-tracing = { version = "0.31.5" }
serde = { version = "^1" }
serde_json = { version = "^1" }
Expand Down

0 comments on commit 1068fb0

Please sign in to comment.