Skip to content

Commit

Permalink
drop direct hyper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jan 10, 2024
1 parent c4c7f53 commit 530f48a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion openmetrics_udpserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ bytes = "1.5.*"
regex = "1.10.*"
byteorder = "1.5.*"
prometheus-client = "0.22.*"
hyper = { version = "0.14.*", features = ["http2", "server"] }
tokio = { version = "1.35.*", features = ["macros", "rt-multi-thread", "signal", "sync"] }
axum = { version = "0.7.*", features = ["macros", "http1", "tokio"], default-features = false }
openmetrics_udpserver_lib = { path = "../openmetrics_udpserver_lib" }
Expand Down

0 comments on commit 530f48a

Please sign in to comment.