Skip to content

Commit

Permalink
Bump num_enum from 0.5.9 to 0.6.1 (#31122)
Browse files Browse the repository at this point in the history
* Bump num_enum from 0.5.9 to 0.6.0

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.9 to 0.6.0.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](illicitonion/num_enum@0.5.9...0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Use workspace dep for bucket_map

* Bump num_enum to v0.6.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <[email protected]>
  • Loading branch information
dependabot[bot] and Tyera Eulberg authored Apr 18, 2023
1 parent 3cf4ffc commit 2b2eccf
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 23 deletions.
47 changes: 34 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ modular-bitfield = "0.11.2"
nix = "0.25.1"
num-bigint = "0.4.3"
num_cpus = "1.13.1"
num_enum = "0.5.7"
num_enum = "0.6.1"
num-derive = "0.3"
num-traits = "0.2"
once_cell = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion bucket_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bv = { workspace = true, features = ["serde"] }
log = { workspace = true }
memmap2 = { workspace = true }
modular-bitfield = { workspace = true }
num_enum = "0.5.7"
num_enum = { workspace = true }
rand = { workspace = true }
solana-measure = { workspace = true }
solana-sdk = { workspace = true }
Expand Down
37 changes: 29 additions & 8 deletions programs/sbf/Cargo.lock

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

0 comments on commit 2b2eccf

Please sign in to comment.