Skip to content

Commit

Permalink
Merge pull request #1188 from jerus-org/renovate/proc-macro2-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate proc-macro2 to 1.0.92
  • Loading branch information
jerusdp authored Nov 22, 2024
2 parents a82385f + 4d884a0 commit 5b6133a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update github/codeql-action action to v3.27.5(pr [#1185])
- deps: update rust crate clap-verbosity-flag to 2.2.3(pr [#1186])
- deps: update rust crate mockd to 0.4.29(pr [#1187])
- deps: update rust crate proc-macro2 to 1.0.92(pr [#1188])

## [2.8.8] - 2024-11-16

Expand Down Expand Up @@ -755,6 +756,7 @@ emitted if a tracing subscriber is not found.
[#1185]: https://github.com/jerus-org/hcaptcha-rs/pull/1185
[#1186]: https://github.com/jerus-org/hcaptcha-rs/pull/1186
[#1187]: https://github.com/jerus-org/hcaptcha-rs/pull/1187
[#1188]: https://github.com/jerus-org/hcaptcha-rs/pull/1188
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.8...HEAD
[2.8.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.7...v2.8.8
[2.8.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.6...v2.8.7
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tracing-test = "0.2.5"
wiremock = "0.6.2"
syn = { version = "2.0.87", features = ["extra-traits"] }
quote = "1.0.37"
proc-macro2 = "1.0.89"
proc-macro2 = "1.0.92"
proc-macro-error2 = "2.0.1"
clap = "4.5.21"
clap-verbosity-flag = "2.2.3"
Expand Down

0 comments on commit 5b6133a

Please sign in to comment.