Skip to content

Commit

Permalink
chore(deps): bump the lsp group with 4 updates (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent c149acc commit a4a0ae8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 crates/typos-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "smallvec", "std"] }
tower-lsp = "0.20.0"
tracing = "0.1.37"
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
tokio = { version = "1.40", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
serde_json = "1.0"
anyhow = "1.0"
bstr = "1.10"
Expand All @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
ignore = "0.4.20"
matchit = "0.8.4"
shellexpand = "3.1.0"
regex = "1.10.4"
regex = "1.10.6"
once_cell = "1.19.0"

[dev-dependencies]
Expand Down

0 comments on commit a4a0ae8

Please sign in to comment.