Skip to content

Update hyper crate deps (major) #12

Open
@tchapacan

Description

@tchapacan

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 = { 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions