Skip to content

Commit d2b0f9f

Browse files
authored
Merge pull request #1127 from jerus-org/renovate/syn-2.x
fix(deps): update rust crate syn to 2.0.81
2 parents 5dfef38 + 857ebca commit d2b0f9f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7878
- deps: update rust crate mockd to 0.4.25(pr [#1124])
7979
- deps: update rust crate serde_json to 1.0.131(pr [#1125])
8080
- deps: update rust crate serde_json to 1.0.132(pr [#1126])
81+
- deps: update rust crate syn to 2.0.81(pr [#1127])
8182

8283
### Security
8384

@@ -498,6 +499,7 @@ emitted if a tracing subscriber is not found.
498499
[#1124]: https://github.com/jerus-org/hcaptcha-rs/pull/1124
499500
[#1125]: https://github.com/jerus-org/hcaptcha-rs/pull/1125
500501
[#1126]: https://github.com/jerus-org/hcaptcha-rs/pull/1126
502+
[#1127]: https://github.com/jerus-org/hcaptcha-rs/pull/1127
501503
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.5.0...HEAD
502504
[2.5.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.4.9...v2.5.0
503505
[2.4.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.4.8...v2.4.9

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -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.79", features = ["extra-traits"] }
53+
syn = { version = "2.0.81", features = ["extra-traits"] }
5454
quote = "1.0.37"
5555
proc-macro2 = "1.0.88"
5656
proc-macro-error2 = "2.0.1"

0 commit comments

Comments
 (0)