From 278465315a234f36dfaa77f4dd7c5fb13da5e41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 03:25:35 +0000 Subject: [PATCH] Bump fs4 from 0.8.3 to 0.8.4 Bumps [fs4](https://github.com/al8n/fs4-rs) from 0.8.3 to 0.8.4. - [Release notes](https://github.com/al8n/fs4-rs/releases) - [Commits](https://github.com/al8n/fs4-rs/commits) --- updated-dependencies: - dependency-name: fs4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/metadata/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 718d4dd1..fbaaa28f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,9 +1112,9 @@ dependencies = [ [[package]] name = "fs4" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73969b81e8bc90a3828d913dd3973d80771bfb9d7fbe1a78a79122aad456af15" +checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8" dependencies = [ "rustix", "windows-sys 0.52.0", diff --git a/crates/metadata/Cargo.toml b/crates/metadata/Cargo.toml index e6bfbaa8..45409f73 100644 --- a/crates/metadata/Cargo.toml +++ b/crates/metadata/Cargo.toml @@ -31,7 +31,7 @@ veryl-parser = {version = "0.10.1", path = "../parser"} walkdir = "2.5.0" [target.'cfg(not(target_family = "wasm"))'.dependencies] -fs4 = { version = "0.8.3", features = ["sync"] } +fs4 = { version = "0.8.4", features = ["sync"] } [dev-dependencies] tempfile = {workspace = true}