diff options
author | dependabot[bot] | 2023-04-25 02:51:12 +0000 |
---|---|---|
committer | GitHub | 2023-04-25 02:51:12 +0000 |
commit | fd1b3dc49973be4fcc402015798335f8f53c2733 (patch) | |
tree | af02a4b22e8465b1b808e7a8309df42819b432c8 /helix-tui | |
parent | 61ff2bc0941be0ca99f34d8ba013978356612caf (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>
Diffstat (limited to 'helix-tui')
-rw-r--r-- | helix-tui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |