From 793dc28cf8cc878163552749adbb57efb1786b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 02:03:10 +0000 Subject: [PATCH] chore(deps): Bump bitflags from 1.3.2 to 2.0.2 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.0.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.0.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d227f36758..ab6ea2a374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6849,7 +6849,7 @@ dependencies = [ "arrow-string", "base64 0.13.1", "base64 0.21.0", - "bitflags 1.3.2", + "bitflags 2.0.2", "byteorder", "bytes", "cc", diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 55e6fd3222..0cc233e159 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -23,7 +23,7 @@ arrow-ord = { version = "34", default-features = false, features = ["dyn_cmp_dic arrow-string = { version = "34", default-features = false, features = ["dyn_cmp_dict"] } base64-594e8ee84c453af0 = { package = "base64", version = "0.13" } base64-647d43efb71741da = { package = "base64", version = "0.21" } -bitflags = { version = "1" } +bitflags = { version = "2" } byteorder = { version = "1" } bytes = { version = "1" } chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "serde"] } @@ -100,7 +100,7 @@ zstd-sys = { version = "2", default-features = false, features = ["legacy", "std [build-dependencies] base64-594e8ee84c453af0 = { package = "base64", version = "0.13" } base64-647d43efb71741da = { package = "base64", version = "0.21" } -bitflags = { version = "1" } +bitflags = { version = "2" } byteorder = { version = "1" } bytes = { version = "1" } cc = { version = "1", default-features = false, features = ["parallel"] }