From f31256fe42a10d1353e134aa1138c53132b5a705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:35:14 +0000 Subject: [PATCH] Bump bitflags from 1.3.2 to 2.4.2 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.4.2. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.4.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a83da26..8822128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,7 +92,7 @@ name = "bluerepl" version = "0.1.8" dependencies = [ "async-trait", - "bitflags 1.3.2", + "bitflags 2.4.2", "btleplug", "clap", "comfy-table", diff --git a/Cargo.toml b/Cargo.toml index c41280f..88e0185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.29.1", features = ["full"] } comfy-table = "7.0.1" shlex = "1.3.0" serde_json = "1.0" -bitflags = "1.3.2" +bitflags = "2.4.2" regex = "1" str_to_bytes = "0.2.3" lazy_static = "1.4.0"