Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
It includes a major update of `hyper` to `v1.0.1`
  • Loading branch information
detro committed Nov 19, 2023
1 parent 2898f59 commit 1200a9a
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 40 deletions.
121 changes: 82 additions & 39 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 @@ -35,7 +35,7 @@ const_format = "0.2.32"
ctrlc = { version = "3.4.1", features = ["termination"] }
env_logger = "0.10.1"
exit-code = "1.0.0"
hyper = { version = "0.14.27", features = ["http1", "http2", "server", "runtime", "tcp"] }
hyper = { version = "1.0.1", features = ["http1", "http2", "server"] }
konsumer_offsets = { version = "0.3.0", default-features = false, features = ["ts_chrono"] }
log = "0.4.20"
prometheus = "0.13.3"
Expand Down

0 comments on commit 1200a9a

Please sign in to comment.