Skip to content

Commit 7b8d679

Browse files
authored
Merge pull request #1162 from jerus-org/renovate/syn-2.x
fix(deps): update rust crate syn to 2.0.86
2 parents 5accfa4 + 0f3cbab commit 7b8d679

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
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- deps: update rust crate serde to 1.0.214(pr [#1160])
1414
- deps: update dependency toolkit to v1.15.0(pr [#1161])
1515
- deps: update rust crate thiserror to 1.0.66(pr [#1163])
16+
- deps: update rust crate syn to 2.0.86(pr [#1162])
1617

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

@@ -682,6 +683,7 @@ emitted if a tracing subscriber is not found.
682683
[#1160]: https://github.com/jerus-org/hcaptcha-rs/pull/1160
683684
[#1161]: https://github.com/jerus-org/hcaptcha-rs/pull/1161
684685
[#1163]: https://github.com/jerus-org/hcaptcha-rs/pull/1163
686+
[#1162]: https://github.com/jerus-org/hcaptcha-rs/pull/1162
685687
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.4...HEAD
686688
[2.8.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.3...v2.8.4
687689
[2.8.3]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.2...v2.8.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tracing-log = "0.2.0"
5050
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
5151
tracing-test = "0.2.5"
5252
wiremock = "0.6.2"
53-
syn = { version = "2.0.85", features = ["extra-traits"] }
53+
syn = { version = "2.0.86", features = ["extra-traits"] }
5454
quote = "1.0.37"
5555
proc-macro2 = "1.0.89"
5656
proc-macro-error2 = "2.0.1"

0 commit comments

Comments
 (0)