Skip to content

Commit 5accfa4

Browse files
authored
Merge pull request #1163 from jerus-org/renovate/thiserror-1.x
fix(deps): update rust crate thiserror to 1.0.66
2 parents 371667f + 34c99a0 commit 5accfa4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- deps: update rust crate reqwest to 0.12.9(pr [#1159])
1313
- deps: update rust crate serde to 1.0.214(pr [#1160])
1414
- deps: update dependency toolkit to v1.15.0(pr [#1161])
15+
- deps: update rust crate thiserror to 1.0.66(pr [#1163])
1516

1617
## [2.8.4] - 2024-10-26
1718

@@ -680,6 +681,7 @@ emitted if a tracing subscriber is not found.
680681
[#1159]: https://github.com/jerus-org/hcaptcha-rs/pull/1159
681682
[#1160]: https://github.com/jerus-org/hcaptcha-rs/pull/1160
682683
[#1161]: https://github.com/jerus-org/hcaptcha-rs/pull/1161
684+
[#1163]: https://github.com/jerus-org/hcaptcha-rs/pull/1163
683685
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.4...HEAD
684686
[2.8.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.3...v2.8.4
685687
[2.8.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.2...v2.8.3

Cargo.lock

Lines changed: 6 additions & 6 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.132"
3232
serde_urlencoded = "0.7.1"
3333
serde = { version = "1.0.214", features = ["derive"] }
34-
thiserror = "1.0.65"
34+
thiserror = "1.0.66"
3535
tracing = { version = "0.1.40", features = ["log", "attributes"] }
3636
uuid = { version = "1.11.0", features = ["v4"] }
3737
url = "2.5.2"

0 commit comments

Comments
 (0)