Skip to content

Support reqwest >= 0.13.0, update feature rustls #384

@salmonsd

Description

@salmonsd

With the update to the reqwest crate to 0.13, the rustls-tls-webpki-roots feature has been removed.

This should be a simple update:

# On the off-chance the default rustls-platform-verifier causes a problem,
# native roots can be used instead
tls-native-roots = ["reqwest/native-tls"]
...
reqwest = { version = ">=0.13.0", optional = true, default-features = false, features = ["json", "rustls"] }

Verified build and tests pass locally (here).

This was discovered as part of astral-sh/uv#17427.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions