Skip to content

reqwest 0.12.13 breaks compatibility (fetch_mode_no_cors removed) #224

@unbekanntes-pferd

Description

@unbekanntes-pferd

Bug description

Updating to reqwest 0.12.13 breaks functionality due to missing method:
https://docs.rs/reqwest/0.12.12/reqwest/struct.RequestBuilder.html#method.fetch_mode_no_cors
(removed in 0.12.13 but present in the Builder)

To Reproduce

Use Builder with reqwest version 0.12.13

Environment

  • OS: Linux / MacOS
  • Rust 1.81 / 1.85

Additional context

This might be a feature request and not a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions