build(deps): bump fs-err from 3.1.3 to 3.2.0 (#7662)

Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.1.3 to 3.2.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/compare/3.1.3...3.2.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-03 10:23:27 +01:00
committed by timvisee
parent be189586e0
commit 74d74a42b3
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2201,9 +2201,9 @@ dependencies = [
[[package]]
name = "fs-err"
version = "3.1.3"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ad492b2cf1d89d568a43508ab24f98501fe03f2f31c01e1d0fe7366a71745d2"
checksum = "62d91fd049c123429b018c47887d3f75a265540dd3c30ba9cb7bae9197edb03a"
dependencies = [
"autocfg",
"tokio",
+1 -1
View File
@@ -214,7 +214,7 @@ data-encoding = "2.9.0"
delegate = "0.13.4"
ecow = { version = "0.2.6", features = ["serde"] }
fnv = "1.0"
fs-err = { version = "3.1.3", features = ["tokio"] }
fs-err = { version = "3.2.0", features = ["tokio"] }
futures = "0.3.31"
futures-util = "0.3.31"
generic-tests = "0.1.3"