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

Commit 488af86

Browse files
build(deps): bump num_enum from 0.5.2 to 0.5.3 (#2207)
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/illicitonion/num_enum/releases) - [Commits](illicitonion/num_enum@0.5.2...0.5.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>
1 parent 2e4b49b commit 488af86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.2"
19+
num_enum = "0.5.3"
2020
serde = "1.0.127"
2121
serde_derive = "1.0.103"
2222
solana-program = "1.7.7"

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.2"
18+
num_enum = "0.5.3"
1919
solana-program = "1.7.7"
2020
thiserror = "1.0"
2121

0 commit comments

Comments
 (0)