aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authordependabot[bot]2023-05-23 05:19:50 +0000
committerGitHub2023-05-23 05:19:50 +0000
commit6043c3c3dbef8c40bdd768bb03060b7e376b7aea (patch)
tree1be050cde21b89261443f4436eb23fa4cc34b54c /helix-view
parenta66e287654bc2252d8e16a84ad44a0d7d43c5c16 (diff)
build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 04970595..9ffef00e 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -14,7 +14,7 @@ default = []
term = ["crossterm"]
[dependencies]
-bitflags = "2.2"
+bitflags = "2.3"
anyhow = "1"
helix-core = { version = "0.6", path = "../helix-core" }
helix-loader = { version = "0.6", path = "../helix-loader" }