Skip to content

Commit

Permalink
Bump fs-err from 2.10.0 to 2.11.0 (#8991)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent b91b09b commit 54de990
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/ruff_shrinking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
fs-err = "2.10.0"
fs-err = "2.11.0"
regex = { workspace = true }
ruff_python_ast = { path = "../ruff_python_ast" }
ruff_python_parser = { path = "../ruff_python_parser" }
Expand Down

0 comments on commit 54de990

Please sign in to comment.