mirror of https://github.com/zkat/miette.git
chore: update unicode-width dependency to v0.2.0 (#439)
This commit is contained in:
parent
51ca022b1f
commit
fea8043b3e
|
|
@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true }
|
miette-derive = { path = "miette-derive", version = "=7.6.0", optional = true }
|
||||||
unicode-width = "0.1.11"
|
unicode-width = "0.2.0"
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
|
|
||||||
owo-colors = { version = "4.0.0", optional = true }
|
owo-colors = { version = "4.0.0", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue