Skip to content

Commit

Permalink
chore: bump typos 1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed May 2, 2023
1 parent 36bfcdf commit 457ea7e
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 55 deletions.
111 changes: 63 additions & 48 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.19.0"
tracing = "0.1.37"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread", "io-std", "io-util"] }
serde_json = "1.0.96"
anyhow = "1.0.70"
bstr = "1.4.0"
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"
typos = "0.10"
typos-cli = "1.14"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }

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

0 comments on commit 457ea7e

Please sign in to comment.