Update Rust crate fs4 to 0.12.0 #87
4
central_backend/Cargo.lock
generated
4
central_backend/Cargo.lock
generated
@ -1188,9 +1188,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fs4"
|
name = "fs4"
|
||||||
version = "0.11.1"
|
version = "0.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e871a4cfa68bb224863b53149d973df1ac8d1ed2fa1d1bfc37ac1bb65dd37207"
|
checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustix",
|
"rustix",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
|
@ -41,6 +41,6 @@ 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.11.0", features = ["sync"] }
|
fs4 = { version = "0.12.0", features = ["sync"] }
|
||||||
zip = { version = "2.2.0", features = ["bzip2"] }
|
zip = { version = "2.2.0", features = ["bzip2"] }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
Loading…
Reference in New Issue
Block a user