Skip to content

Commit

Permalink
chore: downgrade reqwest to be compatible with starknet-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Oct 31, 2024
1 parent 0466083 commit b0695dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 155 deletions.
169 changes: 15 additions & 154 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ tempfile = "3.12.0"
serde = { version = "1.0.209", features = ["derive"] }
common = { path = "common" }
prover-sdk = { path = "prover-sdk" }
reqwest = { version = "0.12.7", features = [
reqwest = { version = "0.11.27", features = [
"blocking",
"json",
"rustls-tls",
"stream",
"cookies",
], default-features = false }
reqwest_cookie_store = "0.7.0"
url = "2.5.2"
Expand Down

0 comments on commit b0695dc

Please sign in to comment.