From 6cb0765c90630f5df6253006cb8c0885f80b5f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:13:39 +0000 Subject: [PATCH] Bump bpaf from 0.9.25 to 0.9.26 Bumps [bpaf](https://github.com/pacak/bpaf) from 0.9.25 to 0.9.26. - [Changelog](https://github.com/pacak/bpaf/blob/master/Changelog.md) - [Commits](https://github.com/pacak/bpaf/commits) --- updated-dependencies: - dependency-name: bpaf dependency-version: 0.9.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/chaff-cli/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47e870a..9497f96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,18 +91,18 @@ dependencies = [ [[package]] name = "bpaf" -version = "0.9.25" +version = "0.9.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8d4b90317451025bfa1f7d359a5fa698a5f745927ff27696429b7fbd7c0c48" +checksum = "0b86829876e7e200161a5aa6ea688d46c32d64d70ee3100127790dde84688d6e" dependencies = [ "bpaf_derive", ] [[package]] name = "bpaf_derive" -version = "0.5.23" +version = "0.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ca9c364fdc06f9f36d1356980193d930abc80db848193c2dd4d0e9a83de1b" +checksum = "2f7e98cee839b19076cb3ce1afdb62bb182e04ff5f71f70188827002fae91094" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e861e43..470624c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ resolver = "3" [workspace.dependencies] borsh = "1.6.1" -bpaf = "0.9.24" +bpaf = "0.9.26" mac_address = "1.1.8" pcap = "2.4.0" rand = "0.10.1" diff --git a/crates/chaff-cli/Cargo.toml b/crates/chaff-cli/Cargo.toml index c1b21e8..b3fe677 100644 --- a/crates/chaff-cli/Cargo.toml +++ b/crates/chaff-cli/Cargo.toml @@ -24,7 +24,7 @@ chaff-capture = { version = "0.1.0", path = "../chaff-capture/" } chaff-datasets = { version = "0.1.0", path = "../chaff-datasets/" } borsh = { version = "1.6.1" } -bpaf = { version = "0.9.24", features = ["derive"] } +bpaf = { version = "0.9.26", features = ["derive"] } rand = "0.10.1" mac_address = "1.1.8" pcap = "2.4.0"