diff --git a/serde_avro_derive_macros/Cargo.toml b/serde_avro_derive_macros/Cargo.toml index 52fe560..36cb028 100644 --- a/serde_avro_derive_macros/Cargo.toml +++ b/serde_avro_derive_macros/Cargo.toml @@ -13,7 +13,7 @@ [dependencies] darling = "0.20" - heck = "0.4" + heck = "0.5" proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["visit", "visit-mut", "extra-traits"] }