diff --git a/Cargo.toml b/Cargo.toml index 9cd6ab8c..12ea54ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,7 @@ chrono = { version = "0.4", default-features = false, features = [ ] } clap = { version = "4", features = ["derive"] } clap_complete = "4" +enumflags2 = { version = "0.7.12", features = ["serde"] } indicatif = "0.18" hive-sh4re = { path = "hive-sh4re" } hive-agent-sock = { path = "hive-agent-sock" } diff --git a/hive-jobq/Cargo.toml b/hive-jobq/Cargo.toml index e791f702..4fc70e0a 100644 --- a/hive-jobq/Cargo.toml +++ b/hive-jobq/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] chrono = { workspace = true } -enumflags2 = { version = "0.7.12", features = ["serde"] } +enumflags2.workspace = true serde = { workspace = true } thiserror = { workspace = true }