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] <support@github.com>pull/24376/head
parent
08ef689d21
commit
793dc28cf8
|
@ -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",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue