Skip to content

Commit ecba3eb

Browse files
fix(deps): update rust crate quote to 1.0.39 (#1293)
* fix(deps): update rust crate quote to 1.0.39 * 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 5667157 commit ecba3eb

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
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- deps: update rust crate async-trait to 0.1.87(pr [#1290])
1313
- deps: update rust crate mockd to 0.4.42(pr [#1291])
1414
- deps: update rust crate proc-macro2 to 1.0.94(pr [#1292])
15+
- deps: update rust crate quote to 1.0.39(pr [#1293])
1516

1617
## [3.0.11] - 2025-03-01
1718

@@ -1067,6 +1068,7 @@ emitted if a tracing subscriber is not found.
10671068
[#1290]: https://github.com/jerus-org/hcaptcha-rs/pull/1290
10681069
[#1291]: https://github.com/jerus-org/hcaptcha-rs/pull/1291
10691070
[#1292]: https://github.com/jerus-org/hcaptcha-rs/pull/1292
1071+
[#1293]: https://github.com/jerus-org/hcaptcha-rs/pull/1293
10701072
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10711073
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10721074
[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
@@ -37,7 +37,7 @@ macrotest = "1.1.0"
3737
mockd = { version = "0.4.42", features = ["internet", "unique", "words"] }
3838
proc-macro2 = "1.0.94"
3939
proc-macro-error2 = "2.0.1"
40-
quote = "1.0.38"
40+
quote = "1.0.39"
4141
rand = "0.9.0"
4242
reqwest = { version = "0.12.12", default-features = false, features = [
4343
"json",

0 commit comments

Comments
 (0)