From 9e18088b2fcd96a42d569f4c415e2b3a1883a9ab Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 12 Nov 2024 00:06:48 +0000 Subject: [PATCH] Update Rust crate serde to v1.0.215 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 4fabfe6..36cd1f2 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -41,4 +41,4 @@ prettytable-rs = "0.10.0" chrono = "0.4.38" serde_yml = "0.0.12" bincode = "=2.0.0-rc.3" -fs4 = { version = "0.11.0", features = ["sync"] } +fs4 = { version = "0.10.0", features = ["sync"] }