From 4ebb262179bb89ececc639112d44789b08ead19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 16:47:31 +0000 Subject: [PATCH] chore(deps): bump shlex in /chains/osmosis/configuration/cosmwasm Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/compare/1.1.0...1.3.0) --- updated-dependencies: - dependency-name: shlex dependency-version: 1.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- chains/osmosis/configuration/cosmwasm/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/osmosis/configuration/cosmwasm/Cargo.lock b/chains/osmosis/configuration/cosmwasm/Cargo.lock index ca4ded98c..5115f24b1 100644 --- a/chains/osmosis/configuration/cosmwasm/Cargo.lock +++ b/chains/osmosis/configuration/cosmwasm/Cargo.lock @@ -1396,9 +1396,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signature"