Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
| -rw-r--r-- | helix-term/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index a1b9ec7b..a62b2e16 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -61,7 +61,7 @@ tokio-stream = "0.1" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } arc-swap = { version = "1.7.1" } termini = "1" -indexmap = "2.11" +indexmap = "2.12" # Logging fern = "0.7" @@ -70,7 +70,11 @@ log = "0.4" # File picker nucleo.workspace = true -ignore = "0.4" +# MSRV: update once the MSRV is >=1.85 +ignore = "=0.4.23" +grep-regex = "=0.1.13" +grep-searcher = "=0.1.14" +grep-matcher = "=0.1.7" # markdown doc rendering pulldown-cmark = { version = "0.13", default-features = false } # file type detection @@ -87,10 +91,6 @@ toml.workspace = true serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -# ripgrep for global search -grep-regex = "0.1.13" -grep-searcher = "0.1.14" - dashmap = "6.0" [target.'cfg(windows)'.dependencies] |