Skip to content

Commit

Permalink
chore(deps): bump the lsp group across 1 directory with 8 updates (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent 2e0e773 commit 591987d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 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 @@ -4,20 +4,20 @@ version = "0.1.30"
edition = "2021"

[dependencies]
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["env-filter", "fmt", "smallvec", "std"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["env-filter", "fmt", "smallvec", "std"] }
tower-lsp = "0.20.0"
tracing = "0.1.37"
tokio = { version = "1.41", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
tokio = { version = "1.42", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
serde_json = "1.0"
anyhow = "1.0"
bstr = "1.10"
bstr = "1.11"
itertools = "0.13.0"
env_logger = "0.11.5"
typos = "0.10"
typos-cli = "1.28"
serde = { version = "1.0", features = ["derive"] }
ignore = "0.4.20"
matchit = "0.8.4"
matchit = "0.8.5"
shellexpand = "3.1.0"
regex = "1.11.1"
once_cell = "1.20.2"
Expand Down

0 comments on commit 591987d

Please sign in to comment.