build(deps): bump bitflags from 1.3.2 to 2.6.0

Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.6.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/1.3.2...2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-05 23:26:55 +00:00 committed by Blaž Hrastnik
parent b8c968fe47
commit 6d123aa549
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1405,7 +1405,7 @@ dependencies = [
name = "helix-lsp-types"
version = "0.95.1"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.6.0",
"serde",
"serde_json",
"serde_repr",