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] committed Feb 1, 2024
1 parent 9121fd0 commit 3272f07
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 62 deletions.
77 changes: 32 additions & 45 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.15", features = ["path"] }
snapbox = { version = "0.4.16", 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.15", features = ["path"] }
snapbox = { version = "0.4.16", features = ["path"] }
16 changes: 8 additions & 8 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ 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.12", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
clap-verbosity-flag = "2.1"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.8"
toml = "0.8.9"
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
bstr = "1.9"
ahash = "0.8"
difflib = "0.4"
proc-exit = "2.0"
human-panic = "1.2.2"
human-panic = "1.2.3"
content_inspector = "0.2.4"
unicode-segmentation = "1.10.1"
derive_more = "0.99.17"
Expand All @@ -70,18 +70,18 @@ unicode-width = "0.1.11"
unic-emoji-char = "0.9.0"
thread_local = "1.1.7"
globset = "0.4.14"
anstyle = "1.0.4"
anstream = "0.6.5"
anstyle = "1.0.5"
anstream = "0.6.11"
colorchoice-clap = "1.0.3"
serde_regex = "1.1.0"
regex = "1.10.2"
regex = "1.10.3"
encoding_rs = "0.8.33"

[dev-dependencies]
assert_fs = "1.1"
trycmd = "0.14.19"
trycmd = "0.14.20"
criterion = "0.5"
snapbox = "0.4.15"
snapbox = "0.4.16"

[[bench]]
name = "checks"
Expand Down
4 changes: 2 additions & 2 deletions 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.15", features = ["path"] }
indexmap = "2.1.0"
snapbox = { version = "0.4.16", features = ["path"] }
indexmap = "2.2.2"
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.15", features = ["path"] }
snapbox = { version = "0.4.16", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include.workspace = true
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
winnow = "0.5.31"
winnow = "0.5.36"
unicode-xid = "0.2.4"
once_cell = "1.19.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/varcon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parser = ["dep:winnow"]
flags = ["dep:enumflags2"]

[dependencies]
winnow = { version = "0.5.31", optional = true }
winnow = { version = "0.5.36", optional = true }
enumflags2 = { version = "0.7", optional = true }

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/varcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ varcon-core = { version = "^4.0", path = "../varcon-core" }
[dev-dependencies]
codegenrs = "3.0"
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
snapbox = { version = "0.4.15", features = ["path"] }
snapbox = { version = "0.4.16", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.7"
itertools = "0.12"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.15", features = ["path"] }
snapbox = { version = "0.4.16", features = ["path"] }

0 comments on commit 3272f07

Please sign in to comment.