You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modify this crate and embedded it in this codebase to be able to add more queries and retrieve more metrics for the exporter. It seems that it uses as dependency hyper:
Current version used as dep:
hyper = { version = "0.14.19", features = ["full"] }
Hyper is now https://crates.io/crates/hyper at version 1.2.0, and we need to keep it up to date. Unfortunately it comes with breaking change as the exported types have changed so client.rs need to be adapted now
The text was updated successfully, but these errors were encountered:
prometheus_exporter_base should be updated as well, there is an ongoing PR which would help a lot MindFlavor/prometheus_exporter_base#32 awaiting to be merged (if it will be, or seek alternative solutions)
tchapacan
changed the title
Update hyper crate deps (breaking change)
Update hyper crate deps
Oct 31, 2024
tchapacan
changed the title
Update hyper crate deps
Update hyper crate deps (major)
Oct 31, 2024
The tool is based an a rework of this crate => https://crates.io/crates/livebox/
I have modify this crate and embedded it in this codebase to be able to add more queries and retrieve more metrics for the exporter. It seems that it uses as dependency
hyper
:Current version used as dep:
Hyper is now https://crates.io/crates/hyper at version
1.2.0
, and we need to keep it up to date. Unfortunately it comes with breaking change as the exported types have changed soclient.rs
need to be adapted nowThe text was updated successfully, but these errors were encountered: