From e9d7b7fbb0cd3953a0536b40dd214c94d97e3521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:36:02 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 483874d98..ca1386357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crossbeam = { version = "^0.8", features = ["crossbeam-channel"] } fxhash = "0.2" globset = "^0.4" num = "^0.4" -num-derive = "^0.3" +num-derive = "^0.4" num-format = "^0.4" num-traits = "^0.2" petgraph = "^0.6"