Skip to content

Commit e87d479

Browse files
fix(deps): update rust crate syn to 2.0.99 (#1295)
* fix(deps): update rust crate syn to 2.0.99 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com>
1 parent d2c2aa5 commit e87d479

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
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- deps: update rust crate proc-macro2 to 1.0.94(pr [#1292])
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])
17+
- deps: update rust crate syn to 2.0.99(pr [#1295])
1718

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

@@ -1071,6 +1072,7 @@ emitted if a tracing subscriber is not found.
10711072
[#1292]: https://github.com/jerus-org/hcaptcha-rs/pull/1292
10721073
[#1293]: https://github.com/jerus-org/hcaptcha-rs/pull/1293
10731074
[#1294]: https://github.com/jerus-org/hcaptcha-rs/pull/1294
1075+
[#1295]: https://github.com/jerus-org/hcaptcha-rs/pull/1295
10741076
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10751077
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10761078
[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
@@ -48,7 +48,7 @@ serde_json = "1.0.140"
4848
serde_urlencoded = "0.7.1"
4949
serde = { version = "1.0.218", features = ["derive"] }
5050
simple_logger = "5.0.0"
51-
syn = { version = "2.0.98", features = ["extra-traits"] }
51+
syn = { version = "2.0.99", features = ["extra-traits"] }
5252
thiserror = "2.0.11"
5353
tokio = { version = "1.43.0", features = ["rt", "macros"] }
5454
tracing = { version = "0.1.41", features = ["log", "attributes"] }

0 commit comments

Comments
 (0)