Description: accept newer minor version of crate smol_str
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@
 serde_json = "1.0.96"
 serde = { version = "1.0.163", features = ["derive"] }
 shell-words = "1.0.0"
-smol_str = "0.1.24"
+smol_str = ">= 0.1.24, <= 0.2"
 syntect = "5.0.0"
 # sysinfo: no default features to disable the use of threads
 sysinfo = { version = "0.29.0", default-features = false, features = [] }
