Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update reqwest #769

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 5, 2024

  1. chore(deps): update reqwest

    Update to latest version of reqwest, v0.12. This version depends on
    hyper v1, while previous versions (like v0.11) rely on hyper v0.14.
    
    This hyper upgrade is massive, having a unified version of hyper inside
    of projects consuming the tough crate is beneficial. For example, hyper
    testing frameworks can work only with one version of the library at a
    time.
    
    `cargo deny` had to be configured to ignore some duplicated crates.
    The reqwest update is massive, is the pinnacle of a major update of hyper.
    A lot of hyper dependencies received major bumps too.
    
    Some dependencies of tough (including development only ones), have not
    been updated to consume these new crates.
    
    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    010e614 View commit details
    Browse the repository at this point in the history
  2. Introduce feature flag

    Signed-off-by: Flavio Castelli <fcastelli@suse.com>
    flavio committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c903eaa View commit details
    Browse the repository at this point in the history