Skip to content

Commit

Permalink
build(deps): update num-derive requirement from 0.3 to 0.4 (#26)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent a0efded commit b397f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subtle-encoding = { version = "0.5", default-features = false, features = [
"alloc",
] }
num-traits = { version = "0.2", default-features = false }
num-derive = { version = "0.3", default-features = false }
num-derive = { version = "0.4", default-features = false }
time = { version = "0.3", default-features = false, features = [
"macros",
"parsing",
Expand Down

0 comments on commit b397f63

Please sign in to comment.