From 7751a83465697004a21a8f264ffe42bd92d23d07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:01:49 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate trybuild to 1.0.103 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b130f3e3..842ead74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3024,9 +3024,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.101" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dcd332a5496c026f1e14b7f3d2b7bd98e509660c04239c58b0ba38a12daded4" +checksum = "b812699e0c4f813b872b373a4471717d9eb550da14b311058a4d9cf4173cbca6" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index 69846e11..1759a4b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tracing-test = "0.2.5" wiremock = "0.6.2" -trybuild = "1.0.101" +trybuild = "1.0.103" uuid = { version = "1.11.0", features = ["v4"] } url = "2.5.3" wasm-bindgen = "0.2.95" From 0b09aceef70510678fc9d55650c7a4987b6fe134 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:10:21 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79b9cd9..0a8db24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update dependency toolkit to v2.0.4(pr [#1249]) - deps: update rust crate clap to 4.5.27(pr [#1250]) +- deps: update rust crate trybuild to 1.0.103(pr [#1251]) ## [3.0.5] - 2025-01-18 @@ -944,6 +945,7 @@ emitted if a tracing subscriber is not found. [#1248]: https://github.com/jerus-org/hcaptcha-rs/pull/1248 [#1249]: https://github.com/jerus-org/hcaptcha-rs/pull/1249 [#1250]: https://github.com/jerus-org/hcaptcha-rs/pull/1250 +[#1251]: https://github.com/jerus-org/hcaptcha-rs/pull/1251 [Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD [3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5 [3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4