Skip to content

Commit

Permalink
disable unneeded actix features
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Oct 19, 2023
1 parent 829cd76 commit 3ab6ae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 162 deletions.
161 changes: 0 additions & 161 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 openmetrics_udpserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ anyhow = "*"
clap = "4.4.*"
bytes = "1.5.*"
regex = "1.10.*"
actix-web = "4.4.*"
byteorder = "1.5.*"
prometheus-client = "0.21.*"
tokio = { version = "1.33.*", features = ["macros", "rt-multi-thread"] }
actix-web = { version = "4.4.*", features = ["macros"], default-features = false }
openmetrics_udpserver_lib = { path = "../openmetrics_udpserver_lib" }

0 comments on commit 3ab6ae2

Please sign in to comment.