Skip to content

Commit

Permalink
Update num-derive requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [num-derive](https://github.com/rust-num/num-derive) to permit the latest version.
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.3.0...num-derive-0.4.0)

---
updated-dependencies:
- dependency-name: num-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eugkoira committed Apr 18, 2024
1 parent c33c527 commit 92202e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ sha2 = "0.9.5"
serde = { version = ">=1.0", features = ["derive"] }
serde_json = "1.0"
num-traits = "0.2"
num-derive = "0.3"
num-derive = "0.4"
byteorder = "1.3"
clap = "3.2"
hex = "0.4"
Expand Down

0 comments on commit 92202e6

Please sign in to comment.