Skip to content

Commit 48838ae

Browse files
fix(deps): update rust crate mockd to 0.4.47 (#1352)
* fix(deps): update rust crate mockd to 0.4.47 * 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 2420e85 commit 48838ae

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

1616
- deps: update rust crate chrono to 0.4.41(pr [#1350])
1717
- deps: update rust crate syn to 2.0.101(pr [#1351])
18+
- deps: update rust crate mockd to 0.4.47(pr [#1352])
1819

1920
## [3.0.25] - 2025-05-01
2021

@@ -1263,6 +1264,7 @@ emitted if a tracing subscriber is not found.
12631264
[#1353]: https://github.com/jerus-org/hcaptcha-rs/pull/1353
12641265
[#1350]: https://github.com/jerus-org/hcaptcha-rs/pull/1350
12651266
[#1351]: https://github.com/jerus-org/hcaptcha-rs/pull/1351
1267+
[#1352]: https://github.com/jerus-org/hcaptcha-rs/pull/1352
12661268
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...HEAD
12671269
[3.0.25]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.24...v3.0.25
12681270
[3.0.24]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.23...v3.0.24

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.27"
3636
macrotest = "1.1.0"
37-
mockd = { version = "0.4.46", features = ["internet", "unique", "words"] }
37+
mockd = { version = "0.4.47", features = ["internet", "unique", "words"] }
3838
proc-macro2 = "1.0.95"
3939
proc-macro-error2 = "2.0.1"
4040
quote = "1.0.40"

0 commit comments

Comments
 (0)