Skip to content

Commit

Permalink
Bump hyper from 0.13.10 to 0.14.19
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.10 to 0.14.19.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.13.10...v0.14.19)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 16, 2022
1 parent 470bdb4 commit f38b6a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 iapyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch =
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "main", features=["test-api"]}
valgrind = { path = "../valgrind"}
hyper = "0.13.6"
hyper = "0.14.19"
thiserror = "1.0"
serde_json = "1.0.53"
serde_yaml = "0.8.23"
Expand Down
2 changes: 1 addition & 1 deletion valgrind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ thiserror = "1.0"
serde = { version = "1", features = ["derive"] }
regex = "*"
tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] }
hyper = "0.13.6"
hyper = "0.14.19"
warp = "0.3"
serde_json = "1.0"
warp-reverse-proxy = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion vitup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
tracing-subscriber = "0.2.16"
tracing = "0.1"
tracing-appender = "0.1.2"
hyper = { version = "0.14.17", features = ["server"] }
hyper = { version = "0.14.19", features = ["server"] }
rustls = "0.20.4"
rustls-pemfile = "0.2.1"
tokio-rustls = "0.23.2"
Expand Down

0 comments on commit f38b6a2

Please sign in to comment.