From 38eafcfa9f88ef5092711072199c8f551848038c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:41:52 +0000 Subject: [PATCH] fix(deps): update rust crate fs-err to v3 --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0d342e35..9d1c0a039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.11.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +checksum = "8bb60e7409f34ef959985bc9d9c5ee8f5db24ee46ed9775850548021710f807f" dependencies = [ "autocfg", ] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 1e3be5be9..ba0f36c77 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true anyhow = "1.0.51" clap = { version = "4.4.0", default-features = false, features = ["derive", "help", "usage", "std"] } fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] } -fs-err = "2.6.0" +fs-err = "3.0.0" heck = "0.5.0" itertools = "0.13.0" lzma-rs = "0.3.0"