Skip to content

Commit

Permalink
Merge pull request #89 from johanot/fix-blocking-reqwest
Browse files Browse the repository at this point in the history
cargo: add missing feature "blocking", since webhook challenges uses blocking reqwest
  • Loading branch information
srhb authored Oct 5, 2024
2 parents b2c6de8 + 4a65d6e commit dd8d68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vaultrs-login = "0"
url = "2"
chrono = "0"
num-traits = "0"
reqwest = { version = "0", features = ["json"] }
reqwest = { version = "0", features = ["blocking", "json"] }

[profile.release]
panic = "abort"
Expand Down

0 comments on commit dd8d68d

Please sign in to comment.