From 5903c057941d2ce8f9f4bb35819c2a210c7ad783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:21:15 +0000 Subject: [PATCH] build(deps): update num-derive requirement from 0.3 to 0.4 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.0...num-derive-0.4.0) --- updated-dependencies: - dependency-name: num-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index eeb9179..1db1605 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -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",