Bump fs-err from 2.9.0 to 2.10.0 (#8649)

This commit is contained in:
dependabot[bot] 2023-11-13 09:38:44 -05:00 committed by GitHub
parent 62f1830898
commit 1c5f2288ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

7
Cargo.lock generated
View file

@ -857,9 +857,12 @@ dependencies = [
[[package]]
name = "fs-err"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
checksum = "fb5fd9bcbe8b1087cbd395b51498c01bc997cef73e778a80b77a811af5e2d29f"
dependencies = [
"autocfg",
]
[[package]]
name = "fsevent-sys"

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
fs-err = "2.9.0"
fs-err = "2.10.0"
regex = { workspace = true }
ruff_python_ast = { path = "../ruff_python_ast" }
ruff_python_parser = { path = "../ruff_python_parser" }