Skip to content

Commit 9e2cee2

Browse files
committed
feat: bump rust edition and dependencies
1 parent 923bae2 commit 9e2cee2

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ async-lsp = { version = "0.2.0", features = ["tokio"] }
1616
futures = "0.3.30"
1717
tokio = { version = "1.38.0", features = ["time", "full"] }
1818
tokio-util = { version = "0.7.11", features = ["compat"] }
19-
tower = "0.4.13"
19+
tower = "0.5.2"
2020
tracing = "0.1.40"
2121
tracing-subscriber = "0.3.18"
22-
tree-sitter = "0.24.3"
22+
tree-sitter = "0.25.2"
2323
tracing-appender = "0.2.3"
2424
tree-sitter-proto = "0.2.0"
2525
walkdir = "2.5.0"

0 commit comments

Comments
 (0)