Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 28, 2023
1 parent 8cef23a commit d752626
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 219 deletions.
403 changes: 204 additions & 199 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@ typos-dict = { version = "^0.9", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "crates/typos-vars", optional = true }
unicase = "2.6"
anyhow = "1.0"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.8", features = ["derive"] }
clap-verbosity-flag = "2.0"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.7.0"
toml = "0.7.2"
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
atty = "0.2.14"
yansi = "0.5.1"
concolor = { version = "0.0.11" }
concolor-clap = { version = "0.0.13", features = ["api_unstable"] }
bstr = "1.1"
once_cell = "1.17.0"
concolor = { version = "0.0.12" }
concolor-clap = { version = "0.0.14", features = ["api_unstable"] }
bstr = "1.3"
once_cell = "1.17.1"
ahash = "0.8"
difflib = "0.4"
proc-exit = "2.0"
human-panic = "1.0.3"
human-panic = "1.1.0"
content_inspector = "0.2.4"
unicode-segmentation = "1.10.1"
derive_more = "0.99.17"
Expand All @@ -94,12 +94,12 @@ typed-arena = "2.0.2"
maplit = "1.0"
unicode-width = "0.1.10"
unic-emoji-char = "0.9.0"
thread_local = "1.1.4"
thread_local = "1.1.7"
globset = "0.4.10"

[dev-dependencies]
assert_fs = "1.0"
trycmd = "0.14.11"
trycmd = "0.14.12"
criterion = "0.4"

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.6"
itertools = "0.10"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.7", features = ["path"] }
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.10"
codegenrs = "2.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.7", features = ["path"] }
4 changes: 2 additions & 2 deletions crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ unicase = "2.6"
dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
csv = "1.1"
csv = "1.2"
itertools = "0.10"
edit-distance = "2.1"
unicase = "2.6"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
varcon = { version = "^0.6", path = "../varcon" }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.7", features = ["path"] }
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.6"
codegenrs = "2.0"
itertools = "0.10"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.7", features = ["path"] }
6 changes: 3 additions & 3 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.3.0"
winnow = "0.3.3"
unicode-xid = "0.2.4"
once_cell = "1.17.0"
once_cell = "1.17.1"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.10"
unicode-segmentation = "1.10.1"
bstr = "1.1"
bstr = "1.3"
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 = ["winnow"]
flags = ["enumflags2"]

[dependencies]
winnow = { version = "0.3.0", optional = true }
winnow = { version = "0.3.3", 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 = "^2.2", path = "../varcon-core" }
[dev-dependencies]
codegenrs = "2.0"
varcon-core = { version = "^2.2", path = "../varcon-core", features = ["parser"] }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.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.6"
itertools = "0.10"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.4", features = ["path"] }
snapbox = { version = "0.4.7", features = ["path"] }

0 comments on commit d752626

Please sign in to comment.