Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
build(deps): bump num_enum from 0.5.4 to 0.5.6
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.4 to 0.5.6.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](illicitonion/num_enum@0.5.4...0.5.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent 0fd6cb6 commit 44b4414
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
20 changes: 4 additions & 16 deletions Cargo.lock
100755 → 100644

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

2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.6"
borsh = "0.9"
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.4"
num_enum = "0.5.7"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-program = "1.9.5"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arrayref = "0.3.6"
bytemuck = { version = "1.7.2", features = ["derive"] }
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.4"
num_enum = "0.5.7"
solana-program = "1.9.5"
solana-zk-token-sdk = "0.6.0"
spl-token = { version = "3.3", path = "../program", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test-bpf = []
arrayref = "0.3.6"
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.4"
num_enum = "0.5.7"
solana-program = "1.9.5"
thiserror = "1.0"

Expand Down

0 comments on commit 44b4414

Please sign in to comment.