From 1c6d6465e9547916c39e318634c2d0a75ee2bede Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Fri, 22 May 2026 15:44:58 +0200 Subject: [PATCH] chore: explicitly set unicode-segmentation version to 1.13 in Cargo.toml. Cargo.lock already points to 1.13.2, which introduces significant performance improvement --- quickwit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 83843be47ae..74b7f6069b9 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -324,7 +324,7 @@ username = "0.2" # 1. The `OpenApi` struct structure changed (fields are private), breaking our manual merging logic in openapi.rs # in `quickwit-serve`. This code is fundamentally incompatible with version 5.x. utoipa = { version = "4.2", features = ["time", "ulid"] } -unicode-segmentation = "1.12" +unicode-segmentation = "1.13" uuid = { version = "1.23", features = ["v4", "serde"] } vrl = { version = "0.32", default-features = false, features = [ "compiler",