Skip to content

Commit cbba924

Browse files
fix(deps): update rust crate thiserror to 2.0.12 (#1296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e87d479 commit cbba924

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- deps: update rust crate quote to 1.0.39(pr [#1293])
1616
- deps: update rust crate serde_json to 1.0.140(pr [#1294])
1717
- deps: update rust crate syn to 2.0.99(pr [#1295])
18+
- deps: update rust crate thiserror to 2.0.12(pr [#1296])
1819

1920
## [3.0.11] - 2025-03-01
2021

@@ -1073,6 +1074,7 @@ emitted if a tracing subscriber is not found.
10731074
[#1293]: https://github.com/jerus-org/hcaptcha-rs/pull/1293
10741075
[#1294]: https://github.com/jerus-org/hcaptcha-rs/pull/1294
10751076
[#1295]: https://github.com/jerus-org/hcaptcha-rs/pull/1295
1077+
[#1296]: https://github.com/jerus-org/hcaptcha-rs/pull/1296
10761078
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10771079
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10781080
[3.0.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serde_urlencoded = "0.7.1"
4949
serde = { version = "1.0.218", features = ["derive"] }
5050
simple_logger = "5.0.0"
5151
syn = { version = "2.0.99", features = ["extra-traits"] }
52-
thiserror = "2.0.11"
52+
thiserror = "2.0.12"
5353
tokio = { version = "1.43.0", features = ["rt", "macros"] }
5454
tracing = { version = "0.1.41", features = ["log", "attributes"] }
5555
tracing-appender = "0.2.3"

0 commit comments

Comments
 (0)