From 1d240cc583cc81b225694b3ce3930f6d4c361571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:43:22 +0100 Subject: [PATCH] chore(deps): update rust crate bpaf to 0.9.15 (#4275) 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 ef2708145843..b6883f546322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,9 +1282,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" dependencies = [ "bpaf_derive", "owo-colors", diff --git a/Cargo.toml b/Cargo.toml index c1f77826698e..411a3c969405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ tests_macros = { path = "./crates/tests_macros" } # Crates needed in the workspace anyhow = "1.0.89" -bpaf = { version = "0.9.14", features = ["derive"] } +bpaf = { version = "0.9.15", features = ["derive"] } countme = "3.0.1" crossbeam = "0.8.4" dashmap = "6.1.0"