From a3558d4c25c5dfdf3edc10fbe60c5a3ac0065c53 Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Fri, 30 Aug 2024 19:09:12 +0000 Subject: [PATCH] fully remove strum_macros --- Cargo.lock | 2 -- Cargo.toml | 1 - sled-agent/Cargo.toml | 1 - sled-agent/types/Cargo.toml | 1 - 4 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7a70f8266..04c6c0065a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6514,7 +6514,6 @@ dependencies = [ "smf", "static_assertions", "strum", - "strum_macros 0.26.4", "subprocess", "tar", "tempfile", @@ -9745,7 +9744,6 @@ dependencies = [ "sled-hardware-types", "slog", "strum", - "strum_macros 0.26.4", "thiserror", "toml 0.8.19", "uuid", diff --git a/Cargo.toml b/Cargo.toml index c83ade4d5b..7c5d1577ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -576,7 +576,6 @@ static_assertions = "1.1.0" # SHA). Cut a new Steno release instead. See omicron#2117. steno = "0.4.1" strum = { version = "0.26", features = [ "derive" ] } -strum_macros = { version = "0.26" } subprocess = "0.2.9" supports-color = "3.0.0" swrite = "0.1.0" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index bdb0404db6..2aefd8f464 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -81,7 +81,6 @@ slog-dtrace.workspace = true slog-term.workspace = true smf.workspace = true strum.workspace = true -strum_macros.workspace = true tar.workspace = true thiserror.workspace = true tofino.workspace = true diff --git a/sled-agent/types/Cargo.toml b/sled-agent/types/Cargo.toml index 9dad832f93..b33cdc8651 100644 --- a/sled-agent/types/Cargo.toml +++ b/sled-agent/types/Cargo.toml @@ -30,7 +30,6 @@ sha3.workspace = true sled-hardware-types.workspace = true slog.workspace = true strum.workspace = true -strum_macros.workspace = true thiserror.workspace = true toml.workspace = true uuid.workspace = true