From 127ff7b28abc013b91b6bd3e380a67b2810a763d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:02:46 +0000 Subject: [PATCH] chore(deps): bump tauri-plugin-fs from 2.4.4 to 2.4.5 Bumps [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.4.4...fs-v2.4.5) --- updated-dependencies: - dependency-name: tauri-plugin-fs dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e78a03..167dc00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3839,9 +3839,9 @@ dependencies = [ [[package]] name = "tauri-plugin-fs" -version = "2.4.4" +version = "2.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47df422695255ecbe7bac7012440eddaeefd026656171eac9559f5243d3230d9" +checksum = "ed390cc669f937afeb8b28032ce837bac8ea023d975a2e207375ec05afaf1804" dependencies = [ "anyhow", "dunce",