Skip to content

Commit

Permalink
Merge pull request #780 from veryl-lang/dependabot/cargo/fs4-0.8.4
Browse files Browse the repository at this point in the history
Bump fs4 from 0.8.3 to 0.8.4
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
2 parents b1e2aa9 + 2784653 commit 4982131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4982131

Please sign in to comment.