Skip to content

Commit

Permalink
Refactor to hyper 1
Browse files Browse the repository at this point in the history
Remove unused PrometheusGraphToNotebook command
  • Loading branch information
hatchan committed Mar 29, 2024
1 parent abd4f01 commit e0a6204
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 281 deletions.
112 changes: 40 additions & 72 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ futures-util = "0.3.21"
grok = "2.0.0"
hex = "0.4.3"
http = "1.1"
http-body-util = "0.1.1"
human-panic = "1.1.3"
hyper = { version = "0.14.13", features = [
hyper = { version = "1.2.0", features = [
"http1",
"server",
"tcp",
"runtime",
] }
hyper-util = { version = "0.1.3", features = ["full"] }
indicatif = "0.17.0"
lazy_static = "1.4.0"
memchr = "2.5.0"
Expand Down
Loading

0 comments on commit e0a6204

Please sign in to comment.