From e12da5d7d587963bff32ff231eb6245ca1e85078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:58:38 +0000 Subject: [PATCH] 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](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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a196e..6511943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ futures = { version = "0.3.28", optional = true } http = { version = "0.2.9", optional = true } jsonrpc-core = { version = "18.0.0", optional = true } jsonrpc-http-server = { version = "18.0.0", optional = true } -num-derive = { version = "0.3.3", optional = true } +num-derive = { version = "0.4.0", optional = true } num-traits = { version = "0.2.15", optional = true } prost = { version = "0.11.9", optional = true } # prost-build requires "cmake", https://github.com/tokio-rs/prost/releases semver = { version = "1.0.17", optional = true }