diff options
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index be00ae4..b75ec77 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -25,7 +25,6 @@ num-traits = { version = "0.2.6", optional = true } proc-macro2 = "1" quote = "1" serde = { version = "1.0", optional = true, features = ["derive"] } -serde_derive = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true } serde_yaml = { version = "0.8", optional = true } syn = "1" |