Skip to content

Commit

Permalink
chore(deps): update rust crate bpaf to 0.9.15 (#61)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bpaf](https://redirect.github.com/pacak/bpaf) | dependencies | patch
| `0.9.14` -> `0.9.15` |

---

### Release Notes

<details>
<summary>pacak/bpaf (bpaf)</summary>

###
[`v0.9.15`](https://redirect.github.com/pacak/bpaf/blob/HEAD/Changelog.md#bpaf-0915--2024-10-08)

[Compare
Source](https://redirect.github.com/pacak/bpaf/compare/v0.9.14...v0.9.15)

- a fix for a previous fix of fish completions, again - regenerate the
files

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Boshen/criterion2.rs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 107877f commit cd51605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -30,7 +30,7 @@ anes = "0.2.0"
serde = "1.0.210"
serde_json = "1.0.128"
ciborium = "0.2.2"
bpaf = { version = "0.9.14", default-features = false }
bpaf = { version = "0.9.15", default-features = false }
walkdir = "2.5"
cast = "0.3"
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
Expand Down

0 comments on commit cd51605

Please sign in to comment.