diff --git a/Cargo.toml.liquid b/Cargo.toml.liquid index 58fd762..2fdf95c 100644 --- a/Cargo.toml.liquid +++ b/Cargo.toml.liquid @@ -25,7 +25,7 @@ schemars = { version = "1.0", features = [ "uuid1" ] } {% endif %} -serde = "1.0.228" +serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" tokio = { version = "1.48.0", default-features = false, features = [ "macros",