Skip to content

Commit 2d3c230

Browse files
authored
fix(deps): update rust crate mockd to 0.4.56 (#1492)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mockd](https://redirect.github.com/jerus-org/mockd) | workspace.dependencies | patch | `0.4.55` -> `0.4.56` | --- ### Release Notes <details> <summary>jerus-org/mockd (mockd)</summary> ### [`v0.4.56`](https://redirect.github.com/jerus-org/mockd/releases/tag/v0.4.56) [Compare Source](https://redirect.github.com/jerus-org/mockd/compare/v0.4.55...v0.4.56) #### What's Changed ##### Fixed - deps: update dependency toolkit to v3(pr \[[#&#8203;773](https://redirect.github.com/jerus-org/mockd/issues/773)]) - deps: update rust crate uuid to 1.19.0(pr \[[#&#8203;772](https://redirect.github.com/jerus-org/mockd/issues/772)]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/hcaptcha-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents c9b9f89 + 7b6dc89 commit 2d3c230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -39,7 +39,7 @@ itertools = "0.14.0"
3939
lambda_runtime = "1.0.2"
4040
log = "0.4.29"
4141
macrotest = "1.2.0"
42-
mockd = { version = "0.4.55", features = ["internet", "unique", "words"] }
42+
mockd = { version = "0.4.56", features = ["internet", "unique", "words"] }
4343
proc-macro2 = "1.0.103"
4444
proc-macro-error2 = "2.0.1"
4545
quote = "1.0.42"

0 commit comments

Comments
 (0)