mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 10:00:59 -05:00
chore(deps): Update Rust crate unicode-width to 0.2.0
This commit is contained in:
parent
977faa8c94
commit
bc00184a23
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1465,9 +1465,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-width"
|
name = "unicode-width"
|
||||||
version = "0.1.13"
|
version = "0.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-xid"
|
name = "unicode-xid"
|
||||||
|
|
|
@ -67,7 +67,7 @@ serde_json = "1.0"
|
||||||
kstring = { version = "2.0.0", features = ["serde"] }
|
kstring = { version = "2.0.0", features = ["serde"] }
|
||||||
typed-arena = "2.0.2"
|
typed-arena = "2.0.2"
|
||||||
maplit = "1.0"
|
maplit = "1.0"
|
||||||
unicode-width = "0.1.12"
|
unicode-width = "0.2.0"
|
||||||
unic-emoji-char = "0.9.0"
|
unic-emoji-char = "0.9.0"
|
||||||
thread_local = "1.1.8"
|
thread_local = "1.1.8"
|
||||||
globset = "0.4.14"
|
globset = "0.4.14"
|
||||||
|
|
Loading…
Reference in a new issue