Skip to content

Commit

Permalink
chore(deps): bump the lsp group with 6 updates (#64)
Browse files Browse the repository at this point in the history
Bumps the lsp group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.116`
|
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.82` |
| [typos](https://github.com/crate-ci/typos) | `0.10.22` | `0.10.23` |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.199` |
| [matchit](https://github.com/ibraheemdev/matchit) | `0.8.0` | `0.8.2`
|
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.15` | `0.2.16`
|
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent b8e7ce6 commit 53a7cc0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 16 deletions.
64 changes: 50 additions & 14 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 @@ -17,12 +17,12 @@ typos = "0.10"
typos-cli = "1.16"
serde = { version = "1.0", features = ["derive"] }
ignore = "0.4.20"
matchit = "0.8.0"
matchit = "0.8.2"
shellexpand = "3.1.0"
regex = "1.10.4"
once_cell = "1.19.0"

[dev-dependencies]
test-log = { version = "0.2.11", features = ["trace"] }
test-log = { version = "0.2.16", features = ["trace"] }
httparse = "1.8"
similar-asserts = "1.4"

0 comments on commit 53a7cc0

Please sign in to comment.