Bump the hyper crate to v1.4.1 and rework prometheus server handling (#778)

Bump hyper to v1.4.1 and rework prometheus server handling
This commit is contained in:
Saraj Munjal
2024-08-29 07:47:58 -07:00
committed by GitHub
parent 2c8b2f0776
commit 7cbc9178d8
3 changed files with 92 additions and 50 deletions

View File

@@ -29,7 +29,9 @@ base64 = "0.21"
stringprep = "0.1"
tokio-rustls = "0.24"
rustls-pemfile = "1"
hyper = { version = "0.14", features = ["full"] }
http-body-util = "0.1.2"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = { version = "0.1.7", features = ["tokio"] }
phf = { version = "0.11.1", features = ["macros"] }
exitcode = "1.1.2"
futures = "0.3"