Skip to content

Commit e7a4b01

Browse files
committed
fix: drop instant by upgrading wasmtimer
1 parent 43d31fe commit e7a4b01

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

reqwest-retry/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
### Changed
9+
## [0.7.1] - 2025-11-03
10+
11+
### Security
12+
- Eliminated the `instant` dependency on `wasm32` by upgrading the retry timer stack to `wasmtimer` 0.4.3, addressing [RUSTSEC-2024-0384](https://rustsec.org/advisories/RUSTSEC-2024-0384.html).
1013

14+
### Changed
1115
- Updated `thiserror` to `2.0`
1216

1317
## [0.7.0] - 2024-11-08

reqwest-retry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-retry"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Retry middleware for reqwest."
@@ -30,7 +30,7 @@ hyper = "1.0"
3030
tokio = { version = "1.6.0", default-features = false, features = ["time"] }
3131

3232
[target.'cfg(target_arch = "wasm32")'.dependencies]
33-
wasmtimer = "0.4.1"
33+
wasmtimer = "0.4.3"
3434
getrandom = { version = "0.2.0", features = ["js"] }
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)