From 5722ccc2c4b76aa2aaa041b272a9f200845c5dda Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 1 Dec 2024 00:22:55 +0000 Subject: [PATCH] Update Rust crate fs4 to 0.12.0 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index ce9d882..09f050a 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -1188,9 +1188,9 @@ dependencies = [ [[package]] name = "fs4" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e871a4cfa68bb224863b53149d973df1ac8d1ed2fa1d1bfc37ac1bb65dd37207" +checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521" dependencies = [ "rustix", "windows-sys 0.52.0", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index b68f90c..9710eb1 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -41,6 +41,6 @@ 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.12.0", features = ["sync"] } zip = { version = "2.2.0", features = ["bzip2"] } walkdir = "2.5.0" \ No newline at end of file -- 2.45.2