Skip to content

Commit 6ec5296

Browse files
authored
Merge pull request #1211 from jerus-org/renovate/thiserror-2.x
fix(deps): update rust crate thiserror to 2.0.4
2 parents b6559ba + ae0c355 commit 6ec5296

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- deps: update github/codeql-action action to v3.27.6(pr [#1208])
1515
- deps: update rust crate clap to 4.5.23(pr [#1209])
1616
- deps: update rust crate syn to 2.0.90(pr [#1210])
17+
- deps: update rust crate thiserror to 2.0.4(pr [#1211])
1718

1819
## [2.8.9] - 2024-11-23
1920

@@ -787,6 +788,7 @@ emitted if a tracing subscriber is not found.
787788
[#1208]: https://github.com/jerus-org/hcaptcha-rs/pull/1208
788789
[#1209]: https://github.com/jerus-org/hcaptcha-rs/pull/1209
789790
[#1210]: https://github.com/jerus-org/hcaptcha-rs/pull/1210
791+
[#1211]: https://github.com/jerus-org/hcaptcha-rs/pull/1211
790792
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
791793
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
792794
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
3131
serde_json = "1.0.133"
3232
serde_urlencoded = "0.7.1"
3333
serde = { version = "1.0.215", features = ["derive"] }
34-
thiserror = "2.0.3"
34+
thiserror = "2.0.4"
3535
tracing = { version = "0.1.41", features = ["log", "attributes"] }
3636
uuid = { version = "1.11.0", features = ["v4"] }
3737
url = "2.5.3"

0 commit comments

Comments
 (0)