Skip to content

Commit

Permalink
build(deps): bump num_enum from 0.7.2 to 0.7.3 (#7071)
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.2 to 0.7.3.
- [Commits](illicitonion/num_enum@0.7.2...0.7.3)

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

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 Jul 30, 2024
1 parent 363554a commit 8189df2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.7.2"
num_enum = "0.7.3"
solana-program = "2.0.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.8"
borsh = "1.5.1"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
solana-security-txt = "1.1.1"
spl-token = { version = "6.0", path = "../../token/program", features = [
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 @@ -17,7 +17,7 @@ borsh = "1.5.1"
bytemuck = "1.16"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
num_enum = "0.7.3"
serde = "1.0.204"
serde_derive = "1.0.103"
solana-program = "2.0.3"
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.7.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
spl-token-2022 = { version = "4.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
thiserror = "1.0"
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 @@ -21,7 +21,7 @@ arrayref = "0.3.8"
bytemuck = { version = "1.16.1", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
solana-security-txt = "1.1.1"
solana-zk-token-sdk = "2.0.3"
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.8"
bytemuck = "1.16.1"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
num_enum = "0.7.3"
solana-program = "2.0.3"
thiserror = "1.0"

Expand Down

0 comments on commit 8189df2

Please sign in to comment.