From 2fce245555bdac0201e0c28a58a3e293ac22a7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:23:30 +0000 Subject: [PATCH] Bump fs-mistrust from 0.9.1 to 0.9.2 Bumps fs-mistrust from 0.9.1 to 0.9.2. --- updated-dependencies: - dependency-name: fs-mistrust dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 84af05b..d978361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,9 +716,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fs-mistrust" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4cb1d3bd5de41d56855c3aa0b35fa49d7cf2ff987f25d92df10f0b8c53c3b0" +checksum = "28515c41c52a8a46080eaea6270371028a588ccf910c60f0f34edecfd4a891bc" dependencies = [ "derive_builder_fork_arti", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 894278a..48dce68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "4.5.13", features = ["derive", "env", "wrap_help"] } clap-verbosity-flag = "3.0.2" clap_complete = "4.5.13" flate2 = "1.1.1" -fs-mistrust = "0.9.1" +fs-mistrust = "0.9.2" log = "0.4.27" ocli = "0.2.1" serde_yaml = "0.9.33"