reqwest-middleware
reqwest-middleware copied to clipboard
Fix: drop instant on wasm
Summary
- bump
reqwest-retryto 0.7.1 for a patch release slot - update the wasm retry timer to
wasmtimer0.4.3 so theinstantcrate 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