Skip to content

Commit c092120

Browse files
build(deps): bump the rust-dependencies group with 6 updates (#14458)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffe513d commit c092120

File tree

5 files changed

+34
-23
lines changed

5 files changed

+34
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tree-house = { version = "0.3.0", default-features = false }
4141
nucleo = "0.5.0"
4242
slotmap = "1.0.7"
4343
thiserror = "2.0"
44-
tempfile = "3.21.0"
44+
tempfile = "3.22.0"
4545
bitflags = "2.9"
4646
unicode-segmentation = "1.2"
4747
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }

helix-lsp-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ license = "MIT"
2222

2323
[dependencies]
2424
bitflags.workspace = true
25-
serde = { version = "1.0.219", features = ["derive"] }
26-
serde_json = "1.0.143"
25+
serde = { version = "1.0.224", features = ["derive"] }
26+
serde_json = "1.0.145"
2727
url = {version = "2.5.4", features = ["serde"]}
2828

2929
[features]

helix-stdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ unicode-segmentation.workspace = true
2626
windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Threading"] }
2727

2828
[target.'cfg(unix)'.dependencies]
29-
rustix = { version = "1.0", features = ["fs"] }
29+
rustix = { version = "1.1", features = ["fs"] }
3030

3131
[dev-dependencies]
3232
tempfile.workspace = true

helix-view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ clipboard-win = { version = "5.4", features = ["std"] }
5959

6060
[target.'cfg(unix)'.dependencies]
6161
libc = "0.2"
62-
rustix = { version = "1.0", features = ["fs"] }
62+
rustix = { version = "1.1", features = ["fs"] }
6363

6464
[dev-dependencies]
6565
helix-tui = { path = "../helix-tui" }

0 commit comments

Comments
 (0)