Skip to content

Commit ed7cda1

Browse files
dependabot[bot]mi2ebi
authored andcommitted
build(deps): bump the rust-dependencies group with 6 updates (helix-editor#14483)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c042ac commit ed7cda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helix-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ unicode-segmentation.workspace = true
3030
# For now lets lock the version to avoid rendering glitches
3131
# when installing without `--locked`
3232
unicode-width = "=0.1.12"
33-
unicode-general-category = "1.0"
33+
unicode-general-category = "1.1"
3434
slotmap.workspace = true
3535
tree-house.workspace = true
3636
once_cell = "1.21"

helix-lsp-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT"
2222

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

0 commit comments

Comments
 (0)