aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2023-04-25 02:51:12 +0000
committerGitHub2023-04-25 02:51:12 +0000
commitfd1b3dc49973be4fcc402015798335f8f53c2733 (patch)
treeaf02a4b22e8465b1b808e7a8309df42819b432c8
parent61ff2bc0941be0ca99f34d8ba013978356612caf (diff)
build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.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/2.1.0...2.2.1) --- 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>
-rw-r--r--Cargo.lock10
-rw-r--r--helix-core/Cargo.toml2
-rw-r--r--helix-tui/Cargo.toml2
-rw-r--r--helix-view/Cargo.toml2
4 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f413bc41..a4767d4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -75,9 +75,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
-version = "2.1.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3"
+checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
[[package]]
name = "bstr"
@@ -1081,7 +1081,7 @@ version = "0.6.0"
dependencies = [
"ahash 0.8.3",
"arc-swap",
- "bitflags 2.1.0",
+ "bitflags 2.2.1",
"chrono",
"dunce",
"encoding_rs",
@@ -1208,7 +1208,7 @@ dependencies = [
name = "helix-tui"
version = "0.6.0"
dependencies = [
- "bitflags 2.1.0",
+ "bitflags 2.2.1",
"cassowary",
"crossterm",
"helix-core",
@@ -1241,7 +1241,7 @@ version = "0.6.0"
dependencies = [
"anyhow",
"arc-swap",
- "bitflags 2.1.0",
+ "bitflags 2.2.1",
"chardetng",
"clipboard-win",
"crossterm",
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 99776694..6ebac5e6 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -29,7 +29,7 @@ tree-sitter = "0.20"
once_cell = "1.17"
arc-swap = "1"
regex = "1"
-bitflags = "2.1"
+bitflags = "2.2"
ahash = "0.8.3"
hashbrown = { version = "0.13.2", features = ["raw"] }
dunce = "1.0"
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml
index 3d8a20d1..73566929 100644
--- a/helix-tui/Cargo.toml
+++ b/helix-tui/Cargo.toml
@@ -16,7 +16,7 @@ include = ["src/**/*", "README.md"]
default = ["crossterm"]
[dependencies]
-bitflags = "2.1"
+bitflags = "2.2"
cassowary = "0.3"
unicode-segmentation = "1.10"
crossterm = { version = "0.26", optional = true }
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index f9d28795..04970595 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -14,7 +14,7 @@ default = []
term = ["crossterm"]
[dependencies]
-bitflags = "2.1"
+bitflags = "2.2"
anyhow = "1"
helix-core = { version = "0.6", path = "../helix-core" }
helix-loader = { version = "0.6", path = "../helix-loader" }