Skip to content

Commit c97ddff

Browse files
fix(deps): update rust crate mockd to 0.4.42 (#1291)
* fix(deps): update rust crate mockd to 0.4.42 * 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 e8c1f1b commit c97ddff

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
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- deps: update rust crate async-trait to 0.1.87(pr [#1290])
13+
- deps: update rust crate mockd to 0.4.42(pr [#1291])
1314

1415
## [3.0.11] - 2025-03-01
1516

@@ -1063,6 +1064,7 @@ emitted if a tracing subscriber is not found.
10631064
[#1288]: https://github.com/jerus-org/hcaptcha-rs/pull/1288
10641065
[#1289]: https://github.com/jerus-org/hcaptcha-rs/pull/1289
10651066
[#1290]: https://github.com/jerus-org/hcaptcha-rs/pull/1290
1067+
[#1291]: https://github.com/jerus-org/hcaptcha-rs/pull/1291
10661068
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.11...HEAD
10671069
[3.0.11]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.10...v3.0.11
10681070
[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
@@ -34,7 +34,7 @@ itertools = "0.14.0"
3434
lambda_runtime = "0.13.0"
3535
log = "0.4.26"
3636
macrotest = "1.1.0"
37-
mockd = { version = "0.4.40", features = ["internet", "unique", "words"] }
37+
mockd = { version = "0.4.42", features = ["internet", "unique", "words"] }
3838
proc-macro2 = "1.0.93"
3939
proc-macro-error2 = "2.0.1"
4040
quote = "1.0.38"

0 commit comments

Comments
 (0)