Skip to content

Commit

Permalink
chore(deps): bump the lsp group with 6 updates (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e7c1920 commit cc0a1ec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 41 deletions.
58 changes: 21 additions & 37 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/typos-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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.38", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
serde_json = "1.0"
anyhow = "1.0"
bstr = "1.4"
bstr = "1.10"
itertools = "0.13.0"
env_logger = "0.11.3"
env_logger = "0.11.5"
typos = "0.10"
typos-cli = "1.23"
serde = { version = "1.0", features = ["derive"] }
ignore = "0.4.20"
matchit = "0.8.3"
matchit = "0.8.4"
shellexpand = "3.1.0"
regex = "1.10.4"
once_cell = "1.19.0"
Expand Down

0 comments on commit cc0a1ec

Please sign in to comment.