Skip to content

Commit

Permalink
Update bitflags requirement from 1.2 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@1.2.0...2.0.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent a837dba commit 0b8b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -26,7 +26,7 @@ serialize = ["serde", "serde_derive"]
cli = ["display", "clap"]

[dependencies]
bitflags = "1.2"
bitflags = "2.0"
serde = {version = "1.0", default-features = false, optional = true}
serde_derive = {version = "1.0", optional = true}
serde_json = {version = "1.0", optional = true}
Expand Down

0 comments on commit 0b8b185

Please sign in to comment.