Update Rust crate fs4 to 0.11.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-05 00:15:20 +00:00
committed by Pierre HUBERT
parent 2ef056da30
commit f534a9c61b
2 changed files with 3 additions and 3 deletions

View File

@ -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.10.0", features = ["sync"] }
fs4 = { version = "0.11.0", features = ["sync"] }