Skip to content

Commit b819d92

Browse files
fix(deps): update rust crate mockd to 0.4.46 (#1339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 048e8c4 commit b819d92

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.16(pr [#1337])
1313
- deps: update rust crate clap to 4.5.37(pr [#1338])
14+
- deps: update rust crate mockd to 0.4.46(pr [#1339])
1415

1516
## [3.0.17] - 2025-04-24
1617

@@ -1193,6 +1194,7 @@ emitted if a tracing subscriber is not found.
11931194
[#1336]: https://github.com/jerus-org/hcaptcha-rs/pull/1336
11941195
[#1337]: https://github.com/jerus-org/hcaptcha-rs/pull/1337
11951196
[#1338]: https://github.com/jerus-org/hcaptcha-rs/pull/1338
1197+
[#1339]: https://github.com/jerus-org/hcaptcha-rs/pull/1339
11961198
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.17...HEAD
11971199
[3.0.17]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.16...v3.0.17
11981200
[3.0.16]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.15...v3.0.16

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