Skip to content

Commit

Permalink
Bump hyper from 1.0.1 to 1.1.0 in /quote-server-adaptor
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.0.1...v1.1.0)

---
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 Jan 1, 2024
1 parent 10d73ca commit 6564660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions quote-server-adaptor/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 quote-server-adaptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ opentelemetry_sdk = { version = "0.21.1", features = ["rt-tokio", "trace"] }
opentelemetry-otlp = "0.14.0"
tower-http = { version = "0.5.0", features = ["full"] }
tower = "0.4.13"
hyper = "1.0.0-rc.3"
hyper = "1.1.0"
futures = "0.3.28"
futures-util = "0.3.26"

Expand Down

0 comments on commit 6564660

Please sign in to comment.