Skip to content

Commit

Permalink
Enable blocking feature for reqwest (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Jun 20, 2022
1 parent 82e48fe commit 3631d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- CI: Add sleep after local app finishes loading for agent to load filter make tests less flaky.
- Handle relative paths for open, openat
- Fix once cell renamings, PR [#98165](https://github.com/rust-lang/rust/pull/98165)
- Enable the blocking feature of the `reqwest` library

## 2.2.1
### Changed
Expand Down
2 changes: 1 addition & 1 deletion mirrord-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing.workspace = true
tracing-subscriber.workspace = true
exec = "0.3"
anyhow.workspace = true
reqwest = "0.11.10"
reqwest = { version = "0.11.10", features = ["blocking"] }
semver = "1.0.9"

[build-dependencies]
Expand Down

0 comments on commit 3631d53

Please sign in to comment.