diff --git a/Cargo.lock b/Cargo.lock index 6fb34f32..6949ba42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1544,9 +1544,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/nghe-backend/Cargo.toml b/nghe-backend/Cargo.toml index d478cb0d..838ec704 100644 --- a/nghe-backend/Cargo.toml +++ b/nghe-backend/Cargo.toml @@ -54,7 +54,7 @@ diesel-async = { version = "0.5.2", features = [ diesel_full_text_search = { version = "2.2.0", default-features = false } diesel_migrations = { version = "2.2.0", features = ["postgres"] } figment = { version = "0.10.19", features = ["env"] } -fs4 = { version = "0.11.1", features = ["sync"] } +fs4 = { version = "0.12.0", features = ["sync"] } futures-lite = { version = "2.5.0" } hyper = { version = "0.14.31" } hyper-tls = { version = "0.5.0" }