Skip to content

Commit

Permalink
chore(lsp): bump the lsp group with 3 updates (#43)
Browse files Browse the repository at this point in the history
Bumps the lsp group with 3 updates: tower-lsp, itertools and env_logger.
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent ac7956e commit 9430d0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 55 deletions.
64 changes: 12 additions & 52 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 crates/typos-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ edition = "2021"

[dependencies]
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "smallvec", "std"] }
tower-lsp = "0.19.0"
tower-lsp = "0.20.0"
tracing = "0.1.37"
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
serde_json = "1.0"
anyhow = "1.0"
bstr = "1.4"
itertools = "0.10.5"
env_logger = "0.10.0"
itertools = "0.12.1"
env_logger = "0.11.2"
typos = "0.10"
typos-cli = "1.16"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 9430d0b

Please sign in to comment.