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