Sync dependency versions of crates

This is done to allow merging all dependencies into workspace
dependencies.
This commit is contained in:
Daniel Rainer
2025-08-21 20:07:16 +02:00
parent 62b7c81052
commit 24898c61af
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ license = "MIT"
[dependencies]
libc = "0.2.155"
widestring = { version = "1.0.2", optional = true }
widestring = { version = "1.2.0", optional = true }
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"