From 330cacef595df6f61398a4bb4f67c43689f752b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 07:13:53 +0000 Subject: [PATCH] build(deps): bump bitflags from 1.3.2 to 2.9.4 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.9.4. - [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.9.4) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/repr/Cargo.toml | 2 +- src/sql/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b114907cc370..f73064bc82ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7338,7 +7338,7 @@ dependencies = [ "anyhow", "arrow", "bincode", - "bitflags 1.3.2", + "bitflags 2.9.4", "bytemuck", "bytes", "cfg-if", @@ -7549,7 +7549,7 @@ dependencies = [ "anyhow", "array-concat", "aws-sdk-sts", - "bitflags 1.3.2", + "bitflags 2.9.4", "chrono", "clap", "datadriven", diff --git a/src/repr/Cargo.toml b/src/repr/Cargo.toml index f406f3b31d62b..57e2e74892abf 100644 --- a/src/repr/Cargo.toml +++ b/src/repr/Cargo.toml @@ -28,7 +28,7 @@ harness = false [dependencies] anyhow = "1.0.100" arrow = { version = "55.2.0", default-features = false } -bitflags = "1.3.2" +bitflags = "2.9.4" bytemuck = { version = "1.23.1", features = ["latest_stable_rust"] } bytes = "1.10.1" cfg-if = "1.0.4" diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index e2e68c351edb7..9dec8c6ec349a 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -15,7 +15,7 @@ array-concat = "0.5.5" aws-sdk-sts = { version = "1.41.0", default-features = false, features = [ "rt-tokio", ] } -bitflags = "1.3.2" +bitflags = "2.9.4" chrono = { version = "0.4.39", default-features = false, features = ["std"] } clap = { version = "4.5.23", features = ["derive"] } derivative = "2.2.0"