Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2023
1 parent 238f275 commit a491171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ eyre = "0.6"
futures = "0.3"
futures-util = { version = "^0.3" }
hex = "0.4.3"
hyper = { version = "^0.14.17", features = ["server", "tcp", "http1", "http2"] }
hyper = { version = "^0.14.27", features = ["server", "tcp", "http1", "http2"] }
once_cell = "1.8"
oz-api = { path = "crates/oz-api", optional = true }
prometheus = "0.13.3" # We need upstream PR#465 to fix #272.
Expand Down
2 changes: 1 addition & 1 deletion crates/oz-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.94"
tracing = "0.1.37"
cognitoauth = { git = "https://github.com/lucdew/cognito-srp-auth.git" }
anyhow = "1.0"
hyper = { version = "^0.14.17", features = ["server", "tcp", "http1", "http2"] }
hyper = { version = "^0.14.27", features = ["server", "tcp", "http1", "http2"] }
tokio = { version = "1.17", features = ["full"] }
thiserror = "1.0.39"
url = "2.3.1"

0 comments on commit a491171

Please sign in to comment.