Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -42,21 +42,21 @@ tree-house = { version = "0.3.0", default-features = false } nucleo = "0.5.0" slotmap = "1.1.1" thiserror = "2.0" -tempfile = "3.26.0" +tempfile = "3.27.0" bitflags = "2.11" -unicode-segmentation = "1.2" +unicode-segmentation = "1.13" ropey = { version = "1.6.1", default-features = false, features = ["simd"] } foldhash = "0.2" parking_lot = "0.12" futures-executor = "0.3" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } tokio-stream = "0.1.18" -toml = "1.0" +toml = "1.1" termina = "0.2" sonic-rs = "0.5" globset = "0.4" etcetera = "0.11" -arc-swap = "1.8" +arc-swap = "1.9" [workspace.package] version = "25.7.1" |