## 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.