From 369c84cddb043f1730a631e34fb2304f13a9cd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 6 Aug 2023 11:25:26 +0200 Subject: [PATCH] Update num-derive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 6a8ae0a8..847bcc35 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ hyper-rustls = { version = "0.24", features = ["http2"] } log = "0.4" nonzero_ext = "0.3" num-bigint = { version = "0.4", features = ["rand"] } -num-derive = "0.3" +num-derive = "0.4" num-integer = "0.1" num-traits = "0.2" once_cell = "1"