Skip to content

Commit

Permalink
Bump num-derive from 0.3.3 to 0.4.2 (#38)
Browse files Browse the repository at this point in the history
Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.3 to 0.4.2.
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.3.3...num-derive-0.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b9e2bd1 commit 5549404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = ["dep:serde", "dep:serde_with"]
anchor-lang = { version = "0.30.0", optional = true }
borsh = "^0.10"
kaigan = "0.2.5"
num-derive = "^0.3"
num-derive = "^0.4"
num-traits = "^0.2"
serde = { version = "^1.0", features = ["derive"], optional = true }
serde_with = { version = "^3.0", optional = true }
Expand Down

0 comments on commit 5549404

Please sign in to comment.