Skip to content

Commit

Permalink
Bump num_enum from 0.5.9 to 0.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 2613ad7 commit 9358fde
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 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 @@ -236,7 +236,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.0"
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 = "0.6.0"
rand = { workspace = true }
solana-measure = { workspace = true }
solana-sdk = { workspace = true }
Expand Down

0 comments on commit 9358fde

Please sign in to comment.