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 Mar 1, 2024
1 parent 0afab61 commit 18308de
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 78 deletions.
102 changes: 43 additions & 59 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.5.0", features = ["path"] }
snapbox = { version = "0.5.7", 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.5.0", features = ["path"] }
snapbox = { version = "0.5.7", features = ["path"] }
18 changes: 9 additions & 9 deletions crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ 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.18", features = ["derive"] }
clap-verbosity-flag = "2.1"
clap = { version = "4.5.1", features = ["derive"] }
clap-verbosity-flag = "2.2"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.9"
toml = "0.8.10"
log = "0.4"
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
bstr = "1.9"
Expand All @@ -58,7 +58,7 @@ difflib = "0.4"
proc-exit = "2.0"
human-panic = "1.2.3"
content_inspector = "0.2.4"
unicode-segmentation = "1.10.1"
unicode-segmentation = "1.11.0"
derive_more = "0.99.17"
derive_setters = "0.1"
itertools = "0.12"
Expand All @@ -68,19 +68,19 @@ typed-arena = "2.0.2"
maplit = "1.0"
unicode-width = "0.1.11"
unic-emoji-char = "0.9.0"
thread_local = "1.1.7"
thread_local = "1.1.8"
globset = "0.4.14"
anstyle = "1.0.5"
anstream = "0.6.11"
anstyle = "1.0.6"
anstream = "0.6.13"
colorchoice-clap = "1.0.3"
serde_regex = "1.1.0"
regex = "1.10.3"
encoding_rs = "0.8.33"

[dev-dependencies]
assert_fs = "1.1"
divan = "0.1.11"
snapbox = "0.5.0"
divan = "0.1.14"
snapbox = "0.5.7"
trycmd = "0.15.0"

[[bench]]
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.5.0", features = ["path"] }
indexmap = "2.2.2"
snapbox = { version = "0.5.7", features = ["path"] }
indexmap = "2.2.5"
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.5.0", features = ["path"] }
snapbox = { version = "0.5.7", features = ["path"] }
4 changes: 2 additions & 2 deletions crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ include.workspace = true
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
winnow = "0.6.0"
winnow = "0.6.5"
unicode-xid = "0.2.4"
once_cell = "1.19.0"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.12"
unicode-segmentation = "1.10.1"
unicode-segmentation = "1.11.0"
bstr = "1.9"
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.6.0", optional = true }
winnow = { version = "0.6.5", 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.5.0", features = ["path"] }
snapbox = { version = "0.5.7", 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.5.0", features = ["path"] }
snapbox = { version = "0.5.7", features = ["path"] }

0 comments on commit 18308de

Please sign in to comment.