Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.0...v1.1.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 5861fa7 commit 3fef91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-logstash = { path = "../tracing-logstash" }
Expand Down

0 comments on commit 3fef91f

Please sign in to comment.