Skip to content

Commit

Permalink
fix(common): fix hyper-014 compile (#18068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k authored Aug 16, 2024
1 parent 7b807cf commit 4e68507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
http = "1"
http-02 = { package = "http", version = "0.2" }
hyper = { version = "1" }
hyper-014 = { package = "hyper", version = "0.14" }
hyper-014 = { package = "hyper", version = "0.14", features = ["client"] }
hyper-util = { version = "0.1", features = ["client-legacy"] }
hytra = { workspace = true }
itertools = { workspace = true }
Expand Down

0 comments on commit 4e68507

Please sign in to comment.