1
0

fix: fix expand string error

This commit is contained in:
2026-05-18 20:46:31 +08:00
parent 53cc8edcfd
commit 3b0080849d
6 changed files with 82 additions and 20 deletions

7
Cargo.lock generated
View File

@@ -480,6 +480,12 @@ version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "strfmt"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fdc163db75f7b5ffa3daf0c5a7136fb0d4b2f35523cd1769da05e034159feb"
[[package]]
name = "strsim"
version = "0.11.1"
@@ -683,6 +689,7 @@ version = "0.1.0"
dependencies = [
"indexmap",
"regex",
"strfmt",
"thiserror",
"uuid",
"widestring",