Skip to content

Commit

Permalink
Merge pull request #1261 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.36
  • Loading branch information
jerusdp authored Jan 24, 2025
2 parents bc7bd85 + ee47848 commit f556076
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 @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update github/codeql-action action to v3.28.4(pr [#1258])
- deps: update rust crate itertools to 0.14.0(pr [#1259])
- deps: update rust crate tokio to 1.43.0(pr [#1260])
- deps: update rust crate mockd to 0.4.36(pr [#1261])

## [3.0.5] - 2025-01-18

Expand Down Expand Up @@ -964,6 +965,7 @@ emitted if a tracing subscriber is not found.
[#1258]: https://github.com/jerus-org/hcaptcha-rs/pull/1258
[#1259]: https://github.com/jerus-org/hcaptcha-rs/pull/1259
[#1260]: https://github.com/jerus-org/hcaptcha-rs/pull/1260
[#1261]: https://github.com/jerus-org/hcaptcha-rs/pull/1261
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD
[3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4
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.35", features = ["internet", "unique", "words"] }
mockd = { version = "0.4.36", 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 f556076

Please sign in to comment.