Skip to content

Commit f556076

Browse files
authored
Merge pull request #1261 from jerus-org/renovate/mockd-0.x
fix(deps): update rust crate mockd to 0.4.36
2 parents bc7bd85 + ee47848 commit f556076

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- deps: update github/codeql-action action to v3.28.4(pr [#1258])
2222
- deps: update rust crate itertools to 0.14.0(pr [#1259])
2323
- deps: update rust crate tokio to 1.43.0(pr [#1260])
24+
- deps: update rust crate mockd to 0.4.36(pr [#1261])
2425

2526
## [3.0.5] - 2025-01-18
2627

@@ -964,6 +965,7 @@ emitted if a tracing subscriber is not found.
964965
[#1258]: https://github.com/jerus-org/hcaptcha-rs/pull/1258
965966
[#1259]: https://github.com/jerus-org/hcaptcha-rs/pull/1259
966967
[#1260]: https://github.com/jerus-org/hcaptcha-rs/pull/1260
968+
[#1261]: https://github.com/jerus-org/hcaptcha-rs/pull/1261
967969
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
968970
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
969971
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -34,7 +34,7 @@ itertools = "0.14.0"
3434
lambda_runtime = "0.13.0"
3535
log = "0.4.25"
3636
macrotest = "1.0.13"
37-
mockd = { version = "0.4.35", features = ["internet", "unique", "words"] }
37+
mockd = { version = "0.4.36", 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)