From 7425142205adc8cde7fcf5c492c70870c356c845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:59:55 +0000 Subject: [PATCH] Update strum requirement from 0.25 to 0.26 --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index 1080f5be3..2bf2108eb 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.26", 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"