diff --git a/shakespeare-macro/Cargo.toml b/shakespeare-macro/Cargo.toml index b22cfad..e29da7e 100644 --- a/shakespeare-macro/Cargo.toml +++ b/shakespeare-macro/Cargo.toml @@ -16,7 +16,7 @@ proc-macro = true proc-macro2 = "1.0.101" quote = "1.0.41" syn = { version = "2.0.106", features = ["full", "fold", "extra-traits"] } -convert_case = "0.10.0" +convert_case = "0.11.0" itertools = "0.14.0" structmeta = "0.3.0" visibility = "0.1.1" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index c473950..f71e7a8 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -23,7 +23,7 @@ syn = { version = "2.0.106", features = ["full", "fold", "extra-traits", "visit- proc-macro2 = "1.0.101" quote = "1.0.41" itertools = "0.14.0" -convert_case = "0.10.0" +convert_case = "0.11.0" structmeta = "0.3.0" walkdir = "2.5.0" visibility = "0.1.1"