Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2556d16

Browse files
build(deps): bump num_enum from 0.5.1 to 0.5.2 (#2119)
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/illicitonion/num_enum/releases) - [Commits](illicitonion/num_enum@0.5.1...0.5.2) --- 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>
1 parent 67860a5 commit 2556d16

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

Cargo.lock

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ arrayref = "0.3.6"
1616
borsh = "0.9"
1717
num-derive = "0.3"
1818
num-traits = "0.2"
19-
num_enum = "0.5.1"
19+
num_enum = "0.5.2"
2020
serde = "1.0.126"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.7.4"

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ no-entrypoint = []
1515
arrayref = "0.3.6"
1616
num-derive = "0.3"
1717
num-traits = "0.2"
18-
num_enum = "0.5.1"
18+
num_enum = "0.5.2"
1919
solana-program = "1.7.4"
2020
thiserror = "1.0"
2121

0 commit comments

Comments
 (0)