Skip to content

Commit fb83333

Browse files
fix(deps): update rust crate mockd to 0.4.40 (#1280)
* fix(deps): update rust crate mockd to 0.4.40 * 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 2ca463b commit fb83333

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- deps: update rust crate clap to 4.5.30(pr [#1277])
1313
- deps: update serde packages(pr [#1278])
1414
- deps: update rust crate log to 0.4.26(pr [#1279])
15+
- deps: update rust crate mockd to 0.4.40(pr [#1280])
1516

1617
## [3.0.9] - 2025-02-15
1718

@@ -1031,6 +1032,7 @@ emitted if a tracing subscriber is not found.
10311032
[#1277]: https://github.com/jerus-org/hcaptcha-rs/pull/1277
10321033
[#1278]: https://github.com/jerus-org/hcaptcha-rs/pull/1278
10331034
[#1279]: https://github.com/jerus-org/hcaptcha-rs/pull/1279
1035+
[#1280]: https://github.com/jerus-org/hcaptcha-rs/pull/1280
10341036
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.9...HEAD
10351037
[3.0.9]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.8...v3.0.9
10361038
[3.0.8]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.7...v3.0.8

Cargo.lock

Lines changed: 4 additions & 4 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.26"
3636
macrotest = "1.0.13"
37-
mockd = { version = "0.4.39", features = ["internet", "unique", "words"] }
37+
mockd = { version = "0.4.40", 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)