From a5261d5cf80654c3378148cbeeb4cd90b6178c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 02:13:06 +0000 Subject: [PATCH] chore(Cargo.toml): bump vfs from 0.12.2 to 0.13.0 Bumps [vfs](https://github.com/manuel-woelker/rust-vfs) from 0.12.2 to 0.13.0. - [Commits](https://github.com/manuel-woelker/rust-vfs/compare/v0.12.2...v0.13.0) --- updated-dependencies: - dependency-name: vfs dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b9fbe..99fb054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2553,9 +2553,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vfs" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e723b9e1c02a3cf9f9d0de6a4ddb8cdc1df859078902fe0ae0589d615711ae6" +checksum = "69d33cbe2ac48f2a446f04c33aef4906078ffd224888df5ae60b7ed401ded771" dependencies = [ "filetime", ] diff --git a/Cargo.toml b/Cargo.toml index f0e8581..c2afaf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.6.0", features = ["derive"] } nix = { version = "0.31.2", features = ["signal", "process", "feature", "user"] } inquire = "0.9.4" console = "0.16.3" -vfs = "0.12" +vfs = "0.13" thiserror = "2" semver = "1" rustls-native-certs = "0.8.3"