Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 2d849a2 commit 52ce134
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
44 changes: 25 additions & 19 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 ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
assert_matches = "1.5.0"
bincode = "1.3.3"
bitflags = "1.3.1"
bitflags = "2.4.2"
byteorder = "1.4.3"
chrono = { version = "0.4.22", features = ["serde"] }
chrono-humanize = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ full = [
assert_matches = { version = "1.5.0", optional = true }
base64 = "0.13"
bincode = "1.3.3"
bitflags = "1.3.1"
bitflags = "2.4.2"
borsh = "0.9.3"
bs58 = "0.4.0"
bytemuck = { version = "1.11.0", features = ["derive"] }
Expand Down

0 comments on commit 52ce134

Please sign in to comment.