reqwest-middleware icon indicating copy to clipboard operation
reqwest-middleware copied to clipboard

Fix: drop instant on wasm

Open timvw opened this issue 5 months ago • 1 comments

Summary

  • bump reqwest-retry to 0.7.1 for a patch release slot
  • update the wasm retry timer to wasmtimer 0.4.3 so the instant crate disappears from the dependency graph
  • document the change in the changelog and link the advisory

Testing

  • cargo test -p reqwest-retry
  • cargo check -p reqwest-retry --target wasm32-unknown-unknown

Fixes #245 Refs genai-rs/langfuse-ergonomic#70

timvw avatar Nov 03 '25 10:11 timvw