Skip to content

Commit c8a8034

Browse files
authored
fix(deps): update rust crate mockd to 0.4.51 (#86)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mockd](https://redirect.github.com/jerus-org/mockd) | workspace.dependencies | patch | `0.4.50` -> `0.4.51` | --- ### Release Notes <details> <summary>jerus-org/mockd (mockd)</summary> ### [`v0.4.51`](https://redirect.github.com/jerus-org/mockd/blob/HEAD/CHANGELOG.md#0451---2025-08-21) [Compare Source](https://redirect.github.com/jerus-org/mockd/compare/v0.4.50...v0.4.51) ##### Security - Dependencies: bump rand from 0.9.1 to 0.9.2(pr \[[#&#8203;757](https://redirect.github.com/jerus-org/mockd/issues/757)]) - Dependencies: bump simplerand from 1.5.1 to 1.6.0(pr \[[#&#8203;758](https://redirect.github.com/jerus-org/mockd/issues/758)]) - Dependencies: bump uuid from 1.17.0 to 1.18.0(pr \[[#&#8203;759](https://redirect.github.com/jerus-org/mockd/issues/759)]) </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**: Whenever PR becomes conflicted, 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/captval). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents fa17faa + 15ecc18 commit c8a8034

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
- deps: update rust crate trybuild to 1.0.106(pr [#83])
3838
- deps: update dependency toolkit to v2.12.1(pr [#84])
3939
- deps: update rust crate tokio to 1.46.1(pr [#85])
40+
- deps: update rust crate mockd to 0.4.51(pr [#86])
4041

4142
## [0.1.2] - 2025-05-15
4243

@@ -196,6 +197,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196197
[#83]: https://github.com/jerus-org/captval/pull/83
197198
[#84]: https://github.com/jerus-org/captval/pull/84
198199
[#85]: https://github.com/jerus-org/captval/pull/85
200+
[#86]: https://github.com/jerus-org/captval/pull/86
199201
[Unreleased]: https://github.com/jerus-org/captval/compare/v0.1.2...HEAD
200202
[0.1.2]: https://github.com/jerus-org/captval/compare/v0.1.0...v0.1.2
201203
[0.1.0]: https://github.com/jerus-org/captval/releases/tag/v0.1.0

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -33,7 +33,7 @@ chrono = "0.4.41"
3333
claims = "0.8.0"
3434
lambda_runtime = "0.14.3"
3535
macrotest = "1.1.0"
36-
mockd = { version = "0.4.50", features = ["internet", "unique", "words"] }
36+
mockd = { version = "0.4.51", features = ["internet", "unique", "words"] }
3737
rand = "0.9.2"
3838
serde_test = "1.0.177"
3939
tokio = { version = "1.46.1", features = ["rt", "rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)