From 0fbaa99d100b16faf0851b1ff40c334bb7c6806f Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:24:59 +0100 Subject: [PATCH] update cdc Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b0da33ef..64c7ed9f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -66,7 +66,7 @@ scrypt = { version = "0.11.0", default-features = false } binrw = "0.14.0" hex = { version = "0.4.3", features = ["serde"] } integer-sqrt = "0.1.5" -rustic_cdc = "0.3.0" +rustic_cdc = "0.3.1" serde = { version = "1.0.210" } serde-aux = "4.5.0" serde_derive = "1.0.210"