Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.14 to 0.11.19
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.19.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.14...v0.11.19)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent d2aa9e8 commit 04d219f
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 29 deletions.
162 changes: 134 additions & 28 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 crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async-trait = "0.1.67"
flex-error = { version = "0.4.4", default-features = false }
futures = { version = "0.3.27", features = ["executor"] }
http = "0.2"
reqwest = { version = "0.11.13", features = ["rustls-tls", "json"], default-features = false }
reqwest = { version = "0.11.19", features = ["rustls-tls", "json"], default-features = false }
serde = "1.0.149"
serde_json = "1"
tokio = "1.17.0"
Expand Down

0 comments on commit 04d219f

Please sign in to comment.