Skip to content

Commit

Permalink
Merge pull request #1211 from epage/unicase
Browse files Browse the repository at this point in the history
chore: Update unicase
  • Loading branch information
epage authored Jan 3, 2025
2 parents 199661a + 5271a5f commit 3691d7f
Show file tree
Hide file tree
Showing 6 changed files with 231,349 additions and 231,349 deletions.
4 changes: 2 additions & 2 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/dictgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ map = ["dep:phf", "dep:phf_shared"]
aho-corasick = ["dep:aho-corasick"]

[dependencies]
unicase = "2.7"
unicase = "2.8.1"
phf = { version = "0.11", features = ["unicase"], optional = true }
phf_shared = { version = "0.11", optional = true }
phf_codegen = { version = "0.11", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typos = { version = "^0.10", path = "../typos" }
varcon-core = { version = "^5.0.1", path = "../varcon-core" }
typos-dict = { version = "^0.12", path = "../typos-dict", optional = true }
typos-vars = { version = "^0.9", path = "../typos-vars", optional = true }
unicase = "2.8.0"
unicase = "2.8.1"
anyhow = "1.0"
clap = { version = "4.5.4", features = ["derive"] }
clap-verbosity-flag = "3.0"
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,7 +23,7 @@ dictgen = { version = "^0.3", path = "../dictgen", features = ["map"] }
csv = "1.3"
itertools = "0.14"
edit-distance = "2.1"
unicase = "2.7"
unicase = "2.8.1"
codegenrs = "3.0"
dictgen = { version = "^0.3", path = "../dictgen", features = ["codegen", "map", "aho-corasick"] }
varcon = { version = "^1.0", path = "../varcon" }
Expand Down
Loading

0 comments on commit 3691d7f

Please sign in to comment.