Skip to content

Commit 987b04b

Browse files
build(deps): bump the rust-dependencies group with 6 updates (helix-editor#14410)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 322bb1c commit 987b04b

3 files changed

Lines changed: 23 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 28 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
@@ -45,7 +45,7 @@ tempfile = "3.21.0"
4545
bitflags = "2.9"
4646
unicode-segmentation = "1.2"
4747
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
48-
foldhash = "0.1"
48+
foldhash = "0.2"
4949
parking_lot = "0.12"
5050
futures-executor = "0.3"
5151
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }

helix-stdx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regex-automata = "0.4.10"
2323
unicode-segmentation.workspace = true
2424

2525
[target.'cfg(windows)'.dependencies]
26-
windows-sys = { version = "0.60", features = ["Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Threading"] }
26+
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]
2929
rustix = { version = "1.0", features = ["fs"] }

0 commit comments

Comments
 (0)