From b856f12cf422b96c37c12df3d7829e4d15ef4453 Mon Sep 17 00:00:00 2001 From: tempest Date: Tue, 15 Apr 2025 00:08:12 -0600 Subject: Can find content data --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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} -- cgit 1.4.1