build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.2 to 2.1.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/2.0.2...2.1.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/16/head
dependabot[bot] 1 year ago committed by GitHub
parent ed67aa864d
commit b9b4ed5c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated

@ -75,9 +75,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.0.2"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3"
[[package]]
name = "bstr"
@ -1081,7 +1081,7 @@ version = "0.6.0"
dependencies = [
"ahash 0.8.3",
"arc-swap",
"bitflags 2.0.2",
"bitflags 2.1.0",
"chrono",
"dunce",
"encoding_rs",
@ -1207,7 +1207,7 @@ dependencies = [
name = "helix-tui"
version = "0.6.0"
dependencies = [
"bitflags 2.0.2",
"bitflags 2.1.0",
"cassowary",
"crossterm",
"helix-core",
@ -1240,7 +1240,7 @@ version = "0.6.0"
dependencies = [
"anyhow",
"arc-swap",
"bitflags 2.0.2",
"bitflags 2.1.0",
"chardetng",
"clipboard-win",
"crossterm",

@ -29,7 +29,7 @@ tree-sitter = "0.20"
once_cell = "1.17"
arc-swap = "1"
regex = "1"
bitflags = "2.0"
bitflags = "2.1"
ahash = "0.8.3"
hashbrown = { version = "0.13.2", features = ["raw"] }
dunce = "1.0"

@ -16,7 +16,7 @@ include = ["src/**/*", "README.md"]
default = ["crossterm"]
[dependencies]
bitflags = "2.0"
bitflags = "2.1"
cassowary = "0.3"
unicode-segmentation = "1.10"
crossterm = { version = "0.26", optional = true }

@ -14,7 +14,7 @@ default = []
term = ["crossterm"]
[dependencies]
bitflags = "2.0"
bitflags = "2.1"
anyhow = "1"
helix-core = { version = "0.6", path = "../helix-core" }
helix-loader = { version = "0.6", path = "../helix-loader" }

Loading…
Cancel
Save