diff --git a/Cargo.toml b/Cargo.toml index dd0844e..5b01658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = { version = "1.0.44", optional = true } log = "0.4.14" bitflags = "1.3.2" strum_macros = "0.22.0" -num_enum = { version = "0.5.4", default-features = false } +num_enum = { version = "0.6.1", default-features = false } modular-bitfield = "0.11.2"