Skip to content

Commit

Permalink
chore(deps): Bump http-body from 0.4.6 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.6 to 1.0.0.
- [Commits](hyperium/http-body@v0.4.6...v1.0.0)

---
updated-dependencies:
- dependency-name: http-body
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent ff567cd commit b878e32
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 36 deletions.
89 changes: 55 additions & 34 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 grpc-binary-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ byteorder = { version = "1", features = ["std"] }
bytes = "1.5"
futures = "0.3"
http = "0.2"
http-body = "0.4"
http-body = "1.0"
hyper = "0.14"
pin-project = "1.1"
prost = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion trace_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trace = { path = "../trace" }
futures = "0.3"
hashbrown = { workspace = true }
http = "0.2"
http-body = "0.4"
http-body = "1.0"
itertools = "0.12"
metric = { path = "../metric" }
observability_deps = { path = "../observability_deps" }
Expand Down

0 comments on commit b878e32

Please sign in to comment.