summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0fe882..3d60e7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,8 +19,8 @@ wasm-bindgen = { version = "=0.2.100", optional = true }
 serde = { version = "^1.0.219", features = ["derive"] }
 stylance = { version = "0.5.5" }
 toml = { version = "0.8.20", features = ["parse"], optional = true }
-uuid = { version = "1.16.0" }
-chrono = { version = "0.4.40" }
+uuid = { version = "1.16.0", features = ["serde"] }
+chrono = { version = "0.4.40", features = ["serde"] }
 fs2 = { version = "0.4.3", optional = true}
 futures = { version = "0.3.31", optional = true}