From b358bea7428d3110ee45b4ab1c38b84d2d60af48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:09:31 +0000 Subject: [PATCH] Bump executable-path from 1.0.0 to 1.0.1 Bumps [executable-path](https://github.com/casey/rust-executable-path) from 1.0.0 to 1.0.1. - [Commits](https://github.com/casey/rust-executable-path/commits) --- updated-dependencies: - dependency-name: executable-path dependency-version: 1.0.1 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 797179f..0ad67f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "executable-path" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ebc5a6d89e3c90b84e8f33c8737933dda8f1c106b5415900b38b9d433841478" +checksum = "ed24d6e921ad38aab6fd62771e8efb75ace61383312a663bcfcf268033d15d8b" [[package]] name = "fuchsia-cprng"