Skip to content

Commit 0e325a0

Browse files
fix(deps): update rust crate trybuild to 1.0.104 (#1297)
* fix(deps): update rust crate trybuild to 1.0.104 * 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 cbba924 commit 0e325a0

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- deps: update rust crate serde_json to 1.0.140(pr [#1294])
1717
- deps: update rust crate syn to 2.0.99(pr [#1295])
1818
- deps: update rust crate thiserror to 2.0.12(pr [#1296])
19+
- deps: update rust crate trybuild to 1.0.104(pr [#1297])
1920

2021
## [3.0.11] - 2025-03-01
2122

@@ -1075,6 +1076,7 @@ emitted if a tracing subscriber is not found.
10751076
[#1294]: https://github.com/jerus-org/hcaptcha-rs/pull/1294
10761077
[#1295]: https://github.com/jerus-org/hcaptcha-rs/pull/1295
10771078
[#1296]: https://github.com/jerus-org/hcaptcha-rs/pull/1296
1079+
[#1297]: https://github.com/jerus-org/hcaptcha-rs/pull/1297
10781080
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10791081
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10801082
[3.0.10]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...v3.0.10

Cargo.lock

Lines changed: 7 additions & 7 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.2"
61-
trybuild = "1.0.103"
61+
trybuild = "1.0.104"
6262
uuid = { version = "1.15.1", features = ["v4"] }
6363
url = "2.5.3"
6464
wasm-bindgen = "0.2.100"

0 commit comments

Comments
 (0)