Skip to content

Commit

Permalink
Merge pull request #1227 from jerus-org/renovate/mockd-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate mockd to 0.4.32
  • Loading branch information
jerusdp authored Dec 20, 2024
2 parents 3cc055a + 612ac77 commit 8e7a312
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate mockd to 0.4.31(pr [#1223])
- deps: update rust crate clap-verbosity-flag to 3.0.2(pr [#1225])
- deps: update rust crate serde to 1.0.216(pr [#1226])
- deps: update rust crate mockd to 0.4.32(pr [#1227])

## [3.0.0] - 2024-12-09

Expand Down Expand Up @@ -865,6 +866,7 @@ emitted if a tracing subscriber is not found.
[#1224]: https://github.com/jerus-org/hcaptcha-rs/pull/1224
[#1225]: https://github.com/jerus-org/hcaptcha-rs/pull/1225
[#1226]: https://github.com/jerus-org/hcaptcha-rs/pull/1226
[#1227]: https://github.com/jerus-org/hcaptcha-rs/pull/1227
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.0...v3.0.0
[3.0.0]: https://github.com/jerus-org/hcaptcha-rs/compare/v2.8.10...v3.0.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ itertools = "0.13.0"
lambda_runtime = "0.13.0"
log = "0.4.22"
macrotest = "1.0.13"
mockd = { version = "0.4.31", features = ["internet", "unique", "words"] }
mockd = { version = "0.4.32", features = ["internet", "unique", "words"] }
proc-macro2 = "1.0.92"
proc-macro-error2 = "2.0.1"
quote = "1.0.37"
Expand Down

0 comments on commit 8e7a312

Please sign in to comment.