Skip to content

Commit

Permalink
Bump http from 0.2.7 to 0.2.8
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.7...v0.2.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 82300a6 commit dee65bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ itertools = "0.10.3"
dirs-next = "2.0.0"
retry = { version = "1.3.1", default-features = false }
async-stream = "0.3.3"
http = "0.2.6"
http = "0.2.8"
flex-error = { version = "0.4.4", default-features = false }
signature = "1.4.0"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tendermint = { version = "=0.23.7" }
tendermint-rpc = { version = "=0.23.7", features = ["http-client", "websocket-client"] }

async-trait = "0.1.56"
http = "0.2.6"
http = "0.2.8"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1.34"
tracing-subscriber = "0.3.11"
Expand Down

0 comments on commit dee65bf

Please sign in to comment.