summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/kv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 459555a89..6734c2ee5 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -30,7 +30,7 @@ serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
url.workspace = true
-uuid.workspace = true
+uuid = { workspace = true, features = ["serde"] }
[build-dependencies]
prost-build.workspace = true