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"