Skip to content

Commit 53f91bf

Browse files
fix(deps): update rust crate trybuild to 1.0.106 (#1387)
* fix(deps): update rust crate trybuild to 1.0.106 * chore: update changelog for pr --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerus Bot <[email protected]>
1 parent 001b3be commit 53f91bf

File tree

3 files changed

+59
-9
lines changed

3 files changed

+59
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- deps: update rust crate rand to 0.9.2(pr [#1384])
3131
- deps: update rust crate reqwest to 0.12.22(pr [#1385])
3232
- deps: update rust crate serde_json to 1.0.141(pr [#1386])
33+
- deps: update rust crate trybuild to 1.0.106(pr [#1387])
3334

3435
## [3.0.28] - 2025-06-28
3536

@@ -1356,6 +1357,7 @@ emitted if a tracing subscriber is not found.
13561357
[#1384]: https://github.com/jerus-org/hcaptcha-rs/pull/1384
13571358
[#1385]: https://github.com/jerus-org/hcaptcha-rs/pull/1385
13581359
[#1386]: https://github.com/jerus-org/hcaptcha-rs/pull/1386
1360+
[#1387]: https://github.com/jerus-org/hcaptcha-rs/pull/1387
13591361
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.28...HEAD
13601362
[3.0.28]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.27...v3.0.28
13611363
[3.0.27]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...v3.0.27

Cargo.lock

Lines changed: 56 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tracing-log = "0.2.0"
5858
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5959
tracing-test = "0.2.5"
6060
wiremock = "0.6.4"
61-
trybuild = "1.0.105"
61+
trybuild = "1.0.106"
6262
uuid = { version = "1.17.0", features = ["v4"] }
6363
url = "2.5.4"
6464
wasm-bindgen = "0.2.100"

0 commit comments

Comments
 (0)