From f5a479acacd97c88b10f9166a2ff9c3293533ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:23:48 +0000 Subject: [PATCH] deps: update shlex requirement from 1.3.0 to 2.0.1 in /crablet Updates the requirements on [shlex](https://github.com/comex/rust-shlex) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..8cec431 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -75,7 +75,7 @@ opentelemetry = { version = "0.31", optional = true } opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"], optional = true } opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic", "trace"], optional = true } tracing-opentelemetry = { version = "0.32", optional = true } -shlex = "1.3.0" +shlex = "2.0.1" qdrant-client = { version = "1.3.0", optional = true } image = { version = "0.25.5", optional = true } strsim = "0.11.1" # For Levenshtein distance