Skip to content

Commit

Permalink
Merge pull request #1264 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.37
  • Loading branch information
jerusdp authored Jan 31, 2025
2 parents 69e88b5 + 06e0e98 commit 5a52ade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- deps: update github/codeql-action action to v3.28.8(pr [#1262])
- deps: update rust crate serde_json to 1.0.138(pr [#1263])
- deps: update rust crate mockd to 0.4.37(pr [#1264])

## [3.0.6] - 2025-01-25

Expand Down Expand Up @@ -975,6 +976,7 @@ emitted if a tracing subscriber is not found.
[#1261]: https://github.com/jerus-org/hcaptcha-rs/pull/1261
[#1262]: https://github.com/jerus-org/hcaptcha-rs/pull/1262
[#1263]: https://github.com/jerus-org/hcaptcha-rs/pull/1263
[#1264]: https://github.com/jerus-org/hcaptcha-rs/pull/1264
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.6...HEAD
[3.0.6]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
Expand Down
4 changes: 2 additions & 2 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.14.0"
lambda_runtime = "0.13.0"
log = "0.4.25"
macrotest = "1.0.13"
mockd = { version = "0.4.36", features = ["internet", "unique", "words"] }
mockd = { version = "0.4.37", features = ["internet", "unique", "words"] }
proc-macro2 = "1.0.93"
proc-macro-error2 = "2.0.1"
quote = "1.0.38"
Expand Down

0 comments on commit 5a52ade

Please sign in to comment.