deps: Update num-derive from 0.3 to 0.4.

This commit is contained in:
Bruce Mitchener
2023-08-28 00:25:03 +07:00
parent 958fba8ed4
commit 5ae5f4d46a
4 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ bit-vec = "0.6"
rustc-hash = "1"
serde = { version = "1", features = [ "derive" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.3"
num-derive = "0.4"
bitflags = "1"
[dev-dependencies]