Skip to content

Commit 623b3ab

Browse files
authored
chore(deps): update rust crate target-spec-miette to 0.4.4 (#2016)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [target-spec-miette](https://redirect.github.com/guppy-rs/guppy) | workspace.dependencies | patch | `0.4.2` -> `0.4.4` | --- ### Release Notes <details> <summary>guppy-rs/guppy (target-spec-miette)</summary> ### [`v0.4.4`](https://redirect.github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.4.4): target-spec-miette 0.4.4 [Compare Source](https://redirect.github.com/guppy-rs/guppy/compare/target-spec-miette-0.4.3...target-spec-miette-0.4.4) Fixed path to fixtures. ### [`v0.4.3`](https://redirect.github.com/guppy-rs/guppy/releases/tag/target-spec-miette-0.4.3): target-spec-miette 0.4.3 [Compare Source](https://redirect.github.com/guppy-rs/guppy/compare/target-spec-miette-0.4.2...target-spec-miette-0.4.3) ##### Added A new optional `fixtures` feature includes a set of test fixture files, which can be useful to test graceful error handling for downstream users. The exact set of fixtures included and their contents are not part of the semver guarantees. If you use the fixtures as inputs to snapshot tests, you may need to update the snapshots as part of updating target-spec-miette. (So you'll likely want to check in `Cargo.lock`.) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent eaa5634 commit 623b3ab

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
@@ -117,7 +117,7 @@ supports-unicode = "3.0.0"
117117
swrite = "0.1.0"
118118
tar = "0.4.43"
119119
target-spec = { version = "3.3.1", features = ["custom", "summaries"] }
120-
target-spec-miette = "0.4.2"
120+
target-spec-miette = "0.4.4"
121121
test-case = "3.3.1"
122122
test-strategy = "0.4.0"
123123
thiserror = "2.0.9"

0 commit comments

Comments
 (0)