From 1babf80fdd0daab925f0b0eaf4ea3d30ba20a570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:19:33 +0000 Subject: [PATCH] Bump strum from 0.26.3 to 0.27.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/hyperlight_common/Cargo.toml | 2 +- src/hyperlight_host/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c05bebb06..6f5ad6856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2559,18 +2559,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/src/hyperlight_common/Cargo.toml b/src/hyperlight_common/Cargo.toml index eb3930c1f..270ec58bb 100644 --- a/src/hyperlight_common/Cargo.toml +++ b/src/hyperlight_common/Cargo.toml @@ -19,7 +19,7 @@ flatbuffers = { version = "25.1.24", default-features = false } anyhow = { version = "1.0.95", default-features = false } log = "0.4.25" tracing = { version = "0.1.41", optional = true } -strum = {version = "0.26", default-features = false, features = ["derive"]} +strum = {version = "0.27", default-features = false, features = ["derive"]} [features] default = ["tracing"] diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 3085ab528..dc7d53cda 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -44,7 +44,7 @@ crossbeam = "0.8.0" crossbeam-channel = "0.5.14" thiserror = "2.0.11" prometheus = "0.13.3" -strum = { version = "0.26", features = ["derive"] } +strum = { version = "0.27", features = ["derive"] } tempfile = { version = "3.16", optional = true } serde_yaml = "0.9" anyhow = "1.0"