From cd516052a4425fb2e1d77f197f9c1a4a4ad123c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:20:21 +0000 Subject: [PATCH] chore(deps): update rust crate bpaf to 0.9.15 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
pacak/bpaf (bpaf) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 948f2fa..f66313f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "bpaf" -version = "0.9.14" +version = "0.9.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d4e5ca9929037866947af4b8b7418124f2ec7c411a8b9ee24e46ad2b8470497" +checksum = "50fd5174866dc2fa2ddc96e8fb800852d37f064f32a45c7b7c2f8fa2c64c77fa" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index aa3b8c1..fb901ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }