Skip to content

Commit b6559ba

Browse files
authored
Merge pull request #1210 from jerus-org/renovate/syn-2.x
fix(deps): update rust crate syn to 2.0.90
2 parents 0fce3cb + 8ef74fe commit b6559ba

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 tracing packages(pr [#1206])
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])
16+
- deps: update rust crate syn to 2.0.90(pr [#1210])
1617

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

@@ -785,6 +786,7 @@ emitted if a tracing subscriber is not found.
785786
[#1206]: https://github.com/jerus-org/hcaptcha-rs/pull/1206
786787
[#1208]: https://github.com/jerus-org/hcaptcha-rs/pull/1208
787788
[#1209]: https://github.com/jerus-org/hcaptcha-rs/pull/1209
789+
[#1210]: https://github.com/jerus-org/hcaptcha-rs/pull/1210
788790
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.9...HEAD
789791
[2.8.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...v2.8.9
790792
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8

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.19", features = ["env-filter"] }
5151
tracing-test = "0.2.5"
5252
wiremock = "0.6.2"
53-
syn = { version = "2.0.89", features = ["extra-traits"] }
53+
syn = { version = "2.0.90", features = ["extra-traits"] }
5454
quote = "1.0.37"
5555
proc-macro2 = "1.0.92"
5656
proc-macro-error2 = "2.0.1"

0 commit comments

Comments
 (0)