Skip to content

Commit 668bf38

Browse files
build(deps): bump the rust-dependencies group with 7 updates (#14630)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Davis <[email protected]>
1 parent 2abefac commit 668bf38

File tree

5 files changed

+23
-94
lines changed

5 files changed

+23
-94
lines changed

Cargo.lock

Lines changed: 11 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nucleo = "0.5.0"
4242
slotmap = "1.0.7"
4343
thiserror = "2.0"
4444
tempfile = "3.23.0"
45-
bitflags = "2.9"
45+
bitflags = "2.10"
4646
unicode-segmentation = "1.2"
4747
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
4848
foldhash = "0.2"
@@ -53,6 +53,8 @@ tokio-stream = "0.1.17"
5353
toml = "0.9"
5454
termina = "0.1"
5555
sonic-rs = "0.5"
56+
# MSRV: update once the MSRV is >=1.85
57+
globset = "=0.4.16"
5658

5759
[workspace.package]
5860
version = "25.7.1"

helix-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ textwrap = "0.16.2"
5555

5656
nucleo.workspace = true
5757
parking_lot.workspace = true
58-
globset = "0.4.16"
58+
globset.workspace = true
5959
regex-cursor = "0.1.5"
6060

6161
[dev-dependencies]

helix-lsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ helix-lsp-types = { path = "../helix-lsp-types" }
2121
anyhow = "1.0"
2222
futures-executor.workspace = true
2323
futures-util.workspace = true
24-
globset = "0.4.16"
24+
globset.workspace = true
2525
log = "0.4"
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = "1.0"
28-
tokio = { version = "1.47", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
28+
tokio = { version = "1.48", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
2929
tokio-stream.workspace = true
3030
parking_lot.workspace = true
3131
arc-swap = "1"

helix-term/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tokio-stream = "0.1"
6161
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
6262
arc-swap = { version = "1.7.1" }
6363
termini = "1"
64-
indexmap = "2.11"
64+
indexmap = "2.12"
6565

6666
# Logging
6767
fern = "0.7"
@@ -70,7 +70,11 @@ log = "0.4"
7070

7171
# File picker
7272
nucleo.workspace = true
73-
ignore = "0.4"
73+
# MSRV: update once the MSRV is >=1.85
74+
ignore = "=0.4.23"
75+
grep-regex = "=0.1.13"
76+
grep-searcher = "=0.1.14"
77+
grep-matcher = "=0.1.7"
7478
# markdown doc rendering
7579
pulldown-cmark = { version = "0.13", default-features = false }
7680
# file type detection
@@ -87,10 +91,6 @@ toml.workspace = true
8791
serde_json = "1.0"
8892
serde = { version = "1.0", features = ["derive"] }
8993

90-
# ripgrep for global search
91-
grep-regex = "0.1.13"
92-
grep-searcher = "0.1.14"
93-
9494
dashmap = "6.0"
9595

9696
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)