Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit e12da5d

Browse files
Update num-derive requirement from 0.3.3 to 0.4.0
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.3...num-derive-0.4.0) --- updated-dependencies: - dependency-name: num-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab93c9 commit e12da5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ futures = { version = "0.3.28", optional = true }
7777
http = { version = "0.2.9", optional = true }
7878
jsonrpc-core = { version = "18.0.0", optional = true }
7979
jsonrpc-http-server = { version = "18.0.0", optional = true }
80-
num-derive = { version = "0.3.3", optional = true }
80+
num-derive = { version = "0.4.0", optional = true }
8181
num-traits = { version = "0.2.15", optional = true }
8282
prost = { version = "0.11.9", optional = true } # prost-build requires "cmake", https://github.com/tokio-rs/prost/releases
8383
semver = { version = "1.0.17", optional = true }

0 commit comments

Comments
 (0)