diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index f514fab2d9..4896add45b 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1665,6 +1665,7 @@ dependencies = [ "serde", "serde_json", "thiserror 1.0.69", + "unicode-segmentation", ] [[package]] diff --git a/rust/suricatasc/Cargo.toml.in b/rust/suricatasc/Cargo.toml.in index be3222cfe3..84ebe29e2e 100644 --- a/rust/suricatasc/Cargo.toml.in +++ b/rust/suricatasc/Cargo.toml.in @@ -25,6 +25,7 @@ serde_json = { version = "1.0.140", default-features = false, features = ["prese # Pinned back to support Rust 1.75.0. Not used directly by us, but by rustyline. home = { version = "=0.5.9" } +unicode-segmentation = { version = "=1.12.0" } # Pinned back to support Rust 1.75.0. Not used directly by us, but by serde_json. indexmap = { version = "=2.11.4" }