diff --git a/Cargo.lock b/Cargo.lock index e7149cdcd..2b362352c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,9 +3599,9 @@ checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" [[package]] name = "strum_macros" -version = "0.20.1" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" +checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 17439b943..1a6263f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ sha2 = "0.9.5" smallvec = "1.0.0" stop-token = "0.2.0" strum = "0.20.0" -strum_macros = "0.20.1" +strum_macros = "0.21.1" surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] } thiserror = "1.0.25" toml = "0.5.6"