From 63b9e78f8d435221ef8874e7db9f424c0d65abdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:59:48 +0000 Subject: [PATCH] build(deps): bump bitflags from 1.3.2 to 2.4.1 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.4.1. - [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.1) --- updated-dependencies: - dependency-name: bitflags 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 150e685911820..510eca949930d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6260,7 +6260,7 @@ version = "0.0.0" dependencies = [ "anyhow", "arrow", - "bitflags 1.3.2", + "bitflags 2.4.1", "bytes", "cfg-if", "chrono", @@ -6489,7 +6489,7 @@ dependencies = [ "anyhow", "array-concat", "aws-sdk-sts", - "bitflags 1.3.2", + "bitflags 2.4.1", "chrono", "clap", "datadriven", diff --git a/src/repr/Cargo.toml b/src/repr/Cargo.toml index f07cb8714f2e4..34936ab368c11 100644 --- a/src/repr/Cargo.toml +++ b/src/repr/Cargo.toml @@ -28,7 +28,7 @@ harness = false [dependencies] anyhow = "1.0.66" arrow = { version = "53.3.0", default-features = false } -bitflags = "1.3.2" +bitflags = "2.4.1" bytes = "1.3.0" cfg-if = "1.0.0" columnation = "0.1.0" diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index 16328828a9edb..c1a6a82eb4894 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -15,7 +15,7 @@ array-concat = "0.5.2" aws-sdk-sts = { version = "1.7.0", default-features = false, features = [ "rt-tokio", ] } -bitflags = "1.3.2" +bitflags = "2.4.1" chrono = { version = "0.4.35", default-features = false, features = ["std"] } clap = { version = "4.5.23", features = ["derive"] } derivative = "2.2.0"