mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-23 15:09:08 -05:00
chore: Update unicase
This commit is contained in:
parent
199661a2b6
commit
5271a5f2e4
6 changed files with 360037 additions and 360037 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1634,9 +1634,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "unicase"
|
||||
version = "2.8.0"
|
||||
version = "2.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
||||
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue