Browse Source

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](https://github.com/illicitonion/num_enum/compare/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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 years ago
parent
commit
7c5d7a236b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -15,7 +15,7 @@ no-entrypoint = []
 arrayref = "0.3.6"
 num-derive = "0.3"
 num-traits = "0.2"
-num_enum = "0.5.2"
+num_enum = "0.5.3"
 solana-program = "1.7.7"
 thiserror = "1.0"