diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index b704c9bb1..35d92e360 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -19,7 +19,7 @@ flatbuffers = { version = "24.3.25", default-features = false } anyhow = { version = "1.0.72", default-features = false } log = "0.4.20" tracing = { version = "0.1.27", optional = true } -strum = {version = "0.25", default-features = false, features = ["derive"]} +strum = {version = "0.26", default-features = false, features = ["derive"]} strum_macros = {version = "0.25", features =[]} [features] diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 97ec95307..41147189c 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -47,7 +47,7 @@ crossbeam = "0.8.0" crossbeam-channel = "0.5.8" thiserror = "2.0.0" prometheus = "0.13.3" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } tempfile = {version = "3.10", optional = true} serde_yaml = "0.9" anyhow = "1.0"