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

@@ -35,7 +35,7 @@ pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", tag = "0.2.9-utf32",
bitflags = "2.5.0" bitflags = "2.5.0"
errno = "0.3.0" errno = "0.3.0"
libc = "0.2" libc = "0.2.155"
# lru pulls in hashbrown by default, which uses a faster (though less DoS resistant) hashing algo. # lru pulls in hashbrown by default, which uses a faster (though less DoS resistant) hashing algo.
# disabling default features uses the stdlib instead, but it doubles the time to rewrite the history # disabling default features uses the stdlib instead, but it doubles the time to rewrite the history
# files as of 22 April 2024. # files as of 22 April 2024.

View File

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