From da09042de5d95096775cd8d5ea11af83556a1885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:25:14 +0000 Subject: [PATCH] build(deps): bump fs-err from 2.9.0 to 2.10.0 (#34035) * build(deps): bump fs-err from 2.9.0 to 2.10.0 Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.9.0 to 2.10.0. - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4dae686d..6af97d2f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,9 +2012,12 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[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 = "fs_extra" diff --git a/Cargo.toml b/Cargo.toml index ed2efc63c..900819f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -198,7 +198,7 @@ fast-math = "0.1" fd-lock = "3.0.13" flate2 = "1.0.28" fnv = "1.0.7" -fs-err = "2.9.0" +fs-err = "2.10.0" fs_extra = "1.3.0" futures = "0.3.29" futures-util = "0.3.29" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index f132d8574..6ba538e10 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1716,9 +1716,12 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[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 = "fs_extra"