Skip to content

Commit

Permalink
Fix: Bump hyper to 0.14.23 to fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Nov 8, 2022
1 parent 5fd8dad commit 5eb31ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ colored = "2.0.0"
chrono = "0.4.19"
docker-sync = { version = "0.1.2", optional = true }
k8s-sync = { version = "0.2.3", optional = true }
hyper = { version = "0.14", features = ["full"], optional = true }
hyper = { version = "0.14.23", features = ["full"], optional = true }
tokio = { version = "1", features = ["full"], optional = true}
elasticsearch = "8.5.0-alpha.1"
# bug on hyper side, socket2 needs this feature to compile
socket2 = { version = "0.4.7", features = ["all"] }

[target.'cfg(target_os="linux")'.dependencies]
procfs = { version = "0.12.0" }
Expand Down

0 comments on commit 5eb31ea

Please sign in to comment.