diff --git a/Cargo.lock b/Cargo.lock index 1d4d75f9..a1240f83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3497,14 +3497,13 @@ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck", "proc-macro2", "quote", - "rustversion", "syn 2.0.114", ] diff --git a/crates/html/Cargo.toml b/crates/html/Cargo.toml index cda7b2a3..934c1892 100644 --- a/crates/html/Cargo.toml +++ b/crates/html/Cargo.toml @@ -19,7 +19,7 @@ regex = { version = "1.10" } lazy-regex = { version = "3.1" } phf = { version = "0.11.2", features = ["macros"] } strum = { version = "0.26" } -strum_macros = { version = "0.26" } +strum_macros = { version = "0.27" } lazy_static = { version = "1.4.0" } lazycell = { version = "1.3.0" } tracing = { version = "0.1.40" }