Skip to content

reqwest 0.12.5 introduced rustls dependency on users of "http2" + "native-tls" #2443

@talagrand

Description

@talagrand

When compiling reqwest with default features, or with:
default-features = false, features= ["http2", "native-tls"]

hyper-rustls is introduced as a dependency, which brings in rustls.
This may have been introduced by #2315

We're striving to avoid additional crypto dependencies, so this is problematic from a dependency analysis perspective.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions