Skip to content

Commit

Permalink
Bump bitflags from 2.4.2 to 2.6.0 (#1152)
Browse files Browse the repository at this point in the history
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.6.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.4.2...2.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 6a2539c commit f70ff2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-stream = { version = "0.3.4", optional = true }
async-trait = { version = "0.1.80", optional = true }
base64 = { version = "0.22.0", optional = true }
bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.2"
bitflags = "2.6.0"
byteorder = { version = "1.5.0", optional = true }
bytes = { version = "1.6.0", optional = true }
bytesize = { version = "1.3.0", optional = true }
Expand Down

0 comments on commit f70ff2e

Please sign in to comment.