Skip to content

Commit

Permalink
build(deps): bump num_enum from 0.6.1 to 0.7.0 (#5003)
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.6.1 to 0.7.0.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  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 Aug 14, 2023
1 parent 029b433 commit 6a748d7
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 16 deletions.
37 changes: 29 additions & 8 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 instruction-padding/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.7"
borsh = "0.10"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
serde = "1.0.183"
serde_derive = "1.0.103"
solana-program = "1.16.3"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/single-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.7"
borsh = "0.10"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint" ] }
Expand Down
2 changes: 1 addition & 1 deletion token-upgrade/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"
spl-token-2022 = { version = "0.7", path = "../../token/program-2022", features = ["no-entrypoint"] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion token-wrap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
bytemuck = { version = "1.7.2", features = ["derive"] }
num_enum = "0.6"
num_enum = "0.7"
solana-program = "1.16.3"
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ arrayref = "0.3.7"
bytemuck = { version = "1.13.1", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"
solana-zk-token-sdk = "1.16.3"
spl-memo = { version = "4.0.0", path = "../../memo/program", features = [ "no-entrypoint" ] }
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arrayref = "0.3.7"
bytemuck = "1.13.1"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrayref = "0.3.7"
bytemuck = { version = "1.13.1", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.6.1"
num_enum = "0.7.0"
solana-program = "1.16.3"
spl-discriminator = { version = "0.1.0" , path = "../../libraries/discriminator" }
spl-tlv-account-resolution = { version = "0.2.0" , path = "../../libraries/tlv-account-resolution" }
Expand Down

0 comments on commit 6a748d7

Please sign in to comment.