Skip to content

Commit

Permalink
Bump http from 0.2.7 to 0.2.8 (informalsystems#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 7b3d453 commit cf8b701
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 cf8b701

Please sign in to comment.