diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index b55d447d4..56b6e31ad 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -19,8 +19,6 @@ syn = { version = "2.0.100", features = ["full", "extra-traits", "printing"] } darling = "0.21" quote = "1.0.9" proc-macro2 = "1.0.26" -lazy_static = "1.4.0" -anyhow = "1.0" convert_case = "0.8.0" itertools = "0.14.0" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 845c01aca..8feadcc08 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -6,7 +6,6 @@ publish = false license = "MIT OR Apache-2.0" [dependencies] -cfg-if = "1.0.1" ext-php-rs = { path = "../", default-features = false, features = ["closure"] } [features]