Skip to content

Commit

Permalink
Merge pull request #152 from gregdhill/chore/reqwest
Browse files Browse the repository at this point in the history
chore: upgrade reqwest to run on tokio 1.0
  • Loading branch information
gregdhill authored Jul 28, 2021
2 parents da6785d + c8ca1d3 commit b30b641
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
27 changes: 8 additions & 19 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 oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = "3.0.0-beta.2"
tokio = { version = "1.0", features = ["full"] }
chrono = "0.4"
thiserror = "1.0"
reqwest = { version = "0.10.9", features = ["json"] }
reqwest = { version = "0.11.4", features = ["json"] }
git-version = "0.3.4"

# Workspace dependencies
Expand Down

0 comments on commit b30b641

Please sign in to comment.