diff options
author | dependabot[bot] | 2023-05-23 05:19:50 +0000 |
---|---|---|
committer | GitHub | 2023-05-23 05:19:50 +0000 |
commit | 6043c3c3dbef8c40bdd768bb03060b7e376b7aea (patch) | |
tree | 1be050cde21b89261443f4436eb23fa4cc34b54c /helix-core | |
parent | a66e287654bc2252d8e16a84ad44a0d7d43c5c16 (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-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 3f7d34db..244cfbc1 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.2" +bitflags = "2.3" ahash = "0.8.3" hashbrown = { version = "0.13.2", features = ["raw"] } dunce = "1.0" |