From 64da5cebecb5d90c877b005fe789b11d49b2df9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:33:53 +0000 Subject: [PATCH] Bump shlex in /workflows/index-generation/ncbi-compress Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-type: indirect ... Signed-off-by: dependabot[bot] --- workflows/index-generation/ncbi-compress/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/index-generation/ncbi-compress/Cargo.lock b/workflows/index-generation/ncbi-compress/Cargo.lock index b6a5dbd56..5ad029278 100644 --- a/workflows/index-generation/ncbi-compress/Cargo.lock +++ b/workflows/index-generation/ncbi-compress/Cargo.lock @@ -1440,9 +1440,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simba"