Skip to content

Commit

Permalink
Merge pull request #1231 from jerus-org/renovate/quote-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate quote to 1.0.38
  • Loading branch information
jerusdp authored Dec 27, 2024
2 parents 34c128a + 47be74c commit 9812606
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- chore(circleci)-update toolkit orb version and add make_release job to workflows(pr [#1229])

### Fixed

- deps: update rust crate quote to 1.0.38(pr [#1231])

## [3.0.1] - 2024-12-21

### Changed
Expand Down Expand Up @@ -876,6 +880,7 @@ emitted if a tracing subscriber is not found.
[#1227]: https://github.com/jerus-org/hcaptcha-rs/pull/1227
[#1228]: https://github.com/jerus-org/hcaptcha-rs/pull/1228
[#1229]: https://github.com/jerus-org/hcaptcha-rs/pull/1229
[#1231]: https://github.com/jerus-org/hcaptcha-rs/pull/1231
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.0
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 @@ -37,7 +37,7 @@ macrotest = "1.0.13"
mockd = { version = "0.4.32", features = ["internet", "unique", "words"] }
proc-macro2 = "1.0.92"
proc-macro-error2 = "2.0.1"
quote = "1.0.37"
quote = "1.0.38"
rand = "0.8.5"
reqwest = { version = "0.12.9", default-features = false, features = [
"json",
Expand Down

0 comments on commit 9812606

Please sign in to comment.