diff --git a/Cargo.toml b/Cargo.toml index c659cf45..9e4bd899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".github/", "tests/"] proc-macro = true [dependencies] -darling = "0.13.1" +darling = "0.20.1" syn = {version="1.0.89", default-features=false, features=["derive", "parsing", "proc-macro"]} [dev-dependencies]