diff --git a/CHANGELOG.md b/CHANGELOG.md index e1760de5..85b55359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 6f6579c1..0730fdbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1853,9 +1853,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index c162dfa4..63ce48fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",