Skip to content

Commit a506f72

Browse files
authored
Merge pull request #1276 from jerus-org/renovate/mockd-0.x
fix(deps): update rust crate mockd to 0.4.39
2 parents cb19e9d + 7de3e30 commit a506f72

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

1212
- deps: update github/codeql-action action to v3.28.9(pr [#1274])
1313
- deps: update rust crate clap to 4.5.29(pr [#1275])
14+
- deps: update rust crate mockd to 0.4.39(pr [#1276])
1415

1516
## [3.0.8] - 2025-02-08
1617

@@ -1018,6 +1019,7 @@ emitted if a tracing subscriber is not found.
10181019
[#1272]: https://github.com/jerus-org/hcaptcha-rs/pull/1272
10191020
[#1274]: https://github.com/jerus-org/hcaptcha-rs/pull/1274
10201021
[#1275]: https://github.com/jerus-org/hcaptcha-rs/pull/1275
1022+
[#1276]: https://github.com/jerus-org/hcaptcha-rs/pull/1276
10211023
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.8...HEAD
10221024
[3.0.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.7...v3.0.8
10231025
[3.0.7]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.6...v3.0.7

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.38", features = ["internet", "unique", "words"] }
37+
mockd = { version = "0.4.39", 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)