Skip to content

Commit

Permalink
Merge pull request breez#757 from breez/ok300-fix-reqwest-version-pin…
Browse files Browse the repository at this point in the history
…ning

Fix reqwest pinning
  • Loading branch information
ok300 authored Jan 27, 2024
2 parents 82e30c4 + 7713e2d commit c60b122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
30 changes: 4 additions & 26 deletions libs/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 libs/sdk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ rusqlite = { version = "0.29", features = [
"hooks",
] }
rusqlite_migration = "1.0"
reqwest = { version = "0.11.20", features = ["json"] }
# Pin the reqwest dependency until macOS linker issue is fixed: https://github.com/seanmonstar/reqwest/issues/2006
reqwest = { version = "=0.11.20", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tonic = { version = "^0.8", features = [
Expand Down

0 comments on commit c60b122

Please sign in to comment.