Skip to content

Commit

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

---
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 Oct 28, 2023
1 parent 6c396cc commit 69135f0
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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 feature-gate/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
num_enum = "0.7.0"
num_enum = "0.7.1"
solana-program = "1.17.2"
spl-program-error = { version = "0.3.0", path = "../../libraries/program-error" }

Expand Down
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.0"
num_enum = "0.7.1"
solana-program = "1.17.2"

[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.7"
borsh = "0.10"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.0"
num_enum = "0.7.1"
solana-program = "1.17.2"
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 stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ borsh = "0.10"
bytemuck = "1.13"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.0"
num_enum = "0.7.1"
serde = "1.0.190"
serde_derive = "1.0.103"
solana-program = "1.17.2"
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.0"
num_enum = "0.7.1"
solana-program = "1.17.2"
spl-token-2022 = { version = "0.9", 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 @@ -22,7 +22,7 @@ arrayref = "0.3.7"
bytemuck = { version = "1.14.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.0"
num_enum = "0.7.1"
solana-program = "1.17.2"
solana-zk-token-sdk = "1.17.2"
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.14.0"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.0"
num_enum = "0.7.1"
solana-program = "1.17.2"
thiserror = "1.0"

Expand Down

0 comments on commit 69135f0

Please sign in to comment.