Browse Source

build(deps): bump num-derive from 0.3.3 to 0.4.0 (#4659)

* build(deps): bump num-derive from 0.3.3 to 0.4.0

Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.3 to 0.4.0.
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.3...num-derive-0.4.0)

---
updated-dependencies:
- dependency-name: num-derive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Unbump hashbrown in borsh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <joncinque@pm.me>
dependabot[bot] 2 years ago
parent
commit
95894f871f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -15,7 +15,7 @@ test-sbf = []
 [dependencies]
 arrayref = "0.3.7"
 bytemuck = "1.13.1"
-num-derive = "0.3"
+num-derive = "0.4"
 num-traits = "0.2"
 num_enum = "0.6.1"
 solana-program = "1.16.1"