Skip to content

Commit

Permalink
build(deps): update bitflags requirement from 1.2.1 to 2.4.1
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.1...2.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 63f4ae2 commit 8a0c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varlink-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ clap = "2.33.0"
colored_json = "2.1.0"
chainerror = "0.8.0"
libc = { version = "0.2.126", default-features = false }
bitflags = "1.2.1"
bitflags = "2.4.1"

0 comments on commit 8a0c65d

Please sign in to comment.