diff options
Diffstat (limited to 'components/derive_common')
-rw-r--r-- | components/derive_common/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/derive_common/Cargo.toml b/components/derive_common/Cargo.toml index d251949499f..c3fe0456e6a 100644 --- a/components/derive_common/Cargo.toml +++ b/components/derive_common/Cargo.toml @@ -10,8 +10,8 @@ publish = false path = "lib.rs" [dependencies] -darling = { version = "0.10", default-features = false } -proc-macro2 = "1" -quote = "1" -syn = { version = "1", default-features = false, features = ["clone-impls", "parsing"] } -synstructure = "0.12" +darling = { workspace = true } +proc-macro2 = { workspace = true } +quote = { workspace = true } +syn = { workspace = true } +synstructure = { workspace = true } |