Skip to content

Commit

Permalink
Update hyper requirement from 0.14 to 1.0
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.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 0e02900 commit 0aa66f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion axum-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-i
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }
testing-tracing-opentelemetry = { path = "../testing-tracing-opentelemetry" }
assert2 = "0.3"
hyper = "0.14"
hyper = "1.0"
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
opentelemetry-otlp = { workspace = true, features = [
"http-proto",
Expand Down
2 changes: 1 addition & 1 deletion fake-opentelemetry-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tracing = { workspace = true }

[dev-dependencies]
assert2 = "0.3"
hyper = "0.14"
hyper = "1.0"
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
4 changes: 2 additions & 2 deletions tonic-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-core = "0.3"
futures-util = { version = "0.3", default_features = false, features = [] }
http = { workspace = true }
http-body = "0.4"
hyper = "0.14"
hyper = "1.0"
opentelemetry-http = { workspace = true }
pin-project-lite = "0.2"
tonic = { version = "0.10", default-features = false }
Expand All @@ -38,7 +38,7 @@ axum = "0.6"
testing-tracing-opentelemetry = { path = "../testing-tracing-opentelemetry" }
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }
assert2 = "0.3"
hyper = "0.14"
hyper = "1.0"
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
opentelemetry-otlp = { workspace = true, features = [
"http-proto",
Expand Down

0 comments on commit 0aa66f1

Please sign in to comment.