Skip to content

Commit df764cd

Browse files
committed
Bump thiserror to v2
1 parent 591ab44 commit df764cd

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

reqwest-middleware/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- `thiserror` upgraded to 2.0.12
11+
912
## [0.4.2] - 2025-04-08
1013

1114
### Added

reqwest-middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async-trait = "0.1.51"
2323
http = "1.0.0"
2424
reqwest = { version = "0.12.0", default-features = false }
2525
serde = "1.0.106"
26-
thiserror = "1.0.21"
26+
thiserror = "2.0.12"
2727
tower-service = "0.3.0"
2828

2929
[dev-dependencies]

reqwest-retry/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
- `thiserror` upgraded to 2.0.12
11+
912
## [0.7.0] - 2024-11-08
1013

1114
### Breaking changes

reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ futures = "0.3.0"
2222
http = "1.0"
2323
reqwest = { version = "0.12.0", default-features = false }
2424
retry-policies = "0.4"
25-
thiserror = "1.0.61"
25+
thiserror = "2.0.12"
2626
tracing = { version = "0.1.26", optional = true }
2727

2828
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)