From 572016cc5e846ce0ecdbf68707973197f10b4448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:37:27 +0000 Subject: [PATCH] chore: bump bitflags from 1.3.2 to 2.4.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.4.0. - [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.0) --- 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 2d67b8c7..7a692162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ "anyhow", "bincode", "bindgen", - "bitflags 1.3.2", + "bitflags 2.4.0", "cc", "clap", "delegate", diff --git a/Cargo.toml b/Cargo.toml index c0796e57..0db4fb55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ codegen-units=1 thiserror = "1.0" libc = "0.2.81" streaming-iterator = "0.1.5" -bitflags = "1.2.1" +bitflags = "2.4.0" humantime = {version = "2.1.0", optional = true} serde = {version = "1.0.188", features = ["derive"], optional = true} serde_json = {version = "1.0.67", optional = true}