From 27fd551f36d3ea2c2ebb0fd695aed1341a74374f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:40:03 +0000 Subject: [PATCH] build(deps): bump shlex from 1.3.0 to 2.0.1 Bumps [shlex](https://github.com/comex/rust-shlex) from 1.3.0 to 2.0.1. - [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-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- crates/arey/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b85f54..1e477c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ dependencies = [ "rustyline", "serde_json", "serde_yaml", - "shlex", + "shlex 2.0.1", "syntect", "tempfile", "thiserror 2.0.18", @@ -353,7 +353,7 @@ dependencies = [ "quote", "regex", "rustc-hash", - "shlex", + "shlex 1.3.0", "syn", ] @@ -390,7 +390,7 @@ dependencies = [ "find-msvc-tools", "jobserver", "libc", - "shlex", + "shlex 1.3.0", ] [[package]] @@ -3025,6 +3025,12 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +[[package]] +name = "shlex" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" + [[package]] name = "signal-hook-registry" version = "1.4.8" diff --git a/crates/arey/Cargo.toml b/crates/arey/Cargo.toml index be4b709..b7e7922 100644 --- a/crates/arey/Cargo.toml +++ b/crates/arey/Cargo.toml @@ -27,7 +27,7 @@ thiserror.workspace = true tokio-stream.workspace = true tokio.workspace = true rustyline = { version = "18.0.0", features = ["derive", "with-file-history"] } -shlex = "1.3.0" +shlex = "2.0.1" tracing.workspace = true tracing-subscriber = { workspace = true, features = [ "fmt",