Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
LighghtEeloo committed Oct 22, 2024
1 parent b9e2dab commit 63be987
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 28 deletions.
59 changes: 33 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions editor/zls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"

[dependencies]
async-lsp = { version = "0.2.0", features = ["tokio"] }
lsp-textdocument = "0.3.2"
lsp-textdocument = "0.4.0"
serde_json = "1.0.114"
tokio = { version = "1.36.0", features = ["full"] }
tower = "0.4.13"
tower = "0.5.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
# zydeco-lang = { workspace = true }
Expand Down

0 comments on commit 63be987

Please sign in to comment.