Skip to content

Commit

Permalink
chore(lsp)(deps): bump the lsp group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the lsp group with 3 updates: [tower-lsp](https://github.com/ebkalderon/tower-lsp), [itertools](https://github.com/rust-itertools/itertools) and [env_logger](https://github.com/rust-cli/env_logger).


Updates `tower-lsp` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/ebkalderon/tower-lsp/releases)
- [Changelog](https://github.com/ebkalderon/tower-lsp/blob/master/CHANGELOG.md)
- [Commits](ebkalderon/tower-lsp@v0.19.0...v0.20.0)

Updates `itertools` from 0.10.5 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.12.1)

Updates `env_logger` from 0.10.2 to 0.11.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.2...v0.11.2)

---
updated-dependencies:
- dependency-name: tower-lsp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lsp
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lsp
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lsp
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 27fa9da commit 21efcaf
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 21efcaf

Please sign in to comment.