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 ec5d513 commit 9d5a354
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 All @@ -62,7 +62,7 @@ humantime = "2.1.0"
nanoid = "0.4.0"
regex = "1.5.5"
moka = "0.8.5"
uuid = { version = "1.1.1", features = ["v4"] }
uuid = { version = "1.1.2", features = ["v4"] }

[dependencies.num-bigint]
version = "0.4"
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 9d5a354

Please sign in to comment.