Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 24, 2024
1 parent 6b99d9f commit 2855d8e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ dirs = "5.0.1"
git2 = "0.19.0"
indexmap = "2.6.0"
insta = "1.40.0"
linkme = "0.3.28"
linkme = "0.3.29"
lsp-types = "0.97.0"
paste = "1.0.15"
peekmore = "1.3.0"
pest = "2.7.14"
pest_derive = "2.7.14"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
sha-1 = "0.10.1"
strsim = "0.11.1"
supports-hyperlinks = "3.0.0"
terminal-link = "0.1.0"
thiserror = "1.0.64"
thiserror = "1.0.65"
toml = "0.8.19"
tower-lsp = "0.20.0"
tracing = { version = "0.1.40", features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion hls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = { workspace = true }
ropey = "1.6.1"
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
tower-lsp = { workspace = true, features = ["proposed"]}
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = ["json"] }
Expand Down
3 changes: 0 additions & 3 deletions libs/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ vfs = { workspace = true }
[dev-dependencies]
strum = { version = "0.26.3", features = ["derive"] }
tracing-test = { workspace = true }

[features]
# lsp = []

0 comments on commit 2855d8e

Please sign in to comment.