Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 9ac45ae commit 4da8a1e
Show file tree
Hide file tree
Showing 10 changed files with 116 additions and 50 deletions.
136 changes: 101 additions & 35 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ unicase = "2.7"
itertools = "0.12"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.14", features = ["path"] }
snapbox = { version = "0.4.15", features = ["path"] }
typos = { path = "../typos" }
2 changes: 1 addition & 1 deletion crates/misspell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ itertools = "0.12"
codegenrs = "3.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.14", features = ["path"] }
snapbox = { version = "0.4.15", features = ["path"] }
10 changes: 5 additions & 5 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
unicase = "2.7"
anyhow = "1.0"
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
clap-verbosity-flag = "2.1"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.8"
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
bstr = "1.8"
bstr = "1.9"
ahash = "0.8"
difflib = "0.4"
proc-exit = "2.0"
Expand All @@ -71,17 +71,17 @@ unic-emoji-char = "0.9.0"
thread_local = "1.1.7"
globset = "0.4.14"
anstyle = "1.0.4"
anstream = "0.6.4"
anstream = "0.6.5"
colorchoice-clap = "1.0.3"
serde_regex = "1.1.0"
regex = "1.10.2"
encoding_rs = "0.8.33"

[dev-dependencies]
assert_fs = "1.0"
assert_fs = "1.1"
trycmd = "0.14.19"
criterion = "0.5"
snapbox = "0.4.14"
snapbox = "0.4.15"

[[bench]]
name = "checks"
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ unicase = "2.7"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
varcon = { version = "^0.7", path = "../varcon" }
snapbox = { version = "0.4.14", features = ["path"] }
snapbox = { version = "0.4.15", features = ["path"] }
indexmap = "2.1.0"
2 changes: 1 addition & 1 deletion crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.7"
codegenrs = "3.0"
itertools = "0.12"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.14", features = ["path"] }
snapbox = { version = "0.4.15", features = ["path"] }
Loading

0 comments on commit 4da8a1e

Please sign in to comment.