Update Rust crate fs4 to 0.11.0 #48

Merged
pierre merged 1 commits from renovate/fs4-0.x into master 2024-11-05 00:52:28 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e961366c8f - Show all commits

View File

@ -1106,9 +1106,9 @@ dependencies = [
[[package]] [[package]]
name = "fs4" name = "fs4"
version = "0.10.0" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec6fcfb3c0c1d71612528825042261419d5dade9678c39a781e05b63677d9b32" checksum = "adc91b3da7f1a7968b00f9f65a4971252f6a927d3cb9eec05d91cbeaff678f9a"
dependencies = [ dependencies = [
"rustix", "rustix",
"windows-sys 0.52.0", "windows-sys 0.52.0",

View File

@ -41,4 +41,4 @@ prettytable-rs = "0.10.0"
chrono = "0.4.38" chrono = "0.4.38"
serde_yml = "0.0.12" serde_yml = "0.0.12"
bincode = "=2.0.0-rc.3" bincode = "=2.0.0-rc.3"
fs4 = { version = "0.10.0", features = ["sync"] } fs4 = { version = "0.11.0", features = ["sync"] }