cargo upgrade
This commit is contained in:
parent
d54af47d9d
commit
21e0078d25
1 changed files with 11 additions and 11 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -9,21 +9,21 @@ documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/"
|
||||||
repository = "https://github.com/pop-os/cosmic-text"
|
repository = "https://github.com/pop-os/cosmic-text"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fontdb = { version = "0.10", default-features = false }
|
fontdb = { version = "0.10.0", default-features = false }
|
||||||
libm = "0.2"
|
libm = "0.2.6"
|
||||||
log = "0.4"
|
log = "0.4.17"
|
||||||
ouroboros = "0.15.5"
|
ouroboros = "0.15.5"
|
||||||
rustybuzz = { version = "0.6", default-features = false, features = ["libm"]}
|
rustybuzz = { version = "0.6.0", default-features = false, features = ["libm"] }
|
||||||
swash = { version = "0.1", optional = true }
|
swash = { version = "0.1.6", optional = true }
|
||||||
syntect = { version = "5.0", optional = true }
|
syntect = { version = "5.0.0", optional = true }
|
||||||
sys-locale = { version = "0.2", optional = true }
|
sys-locale = { version = "0.2.3", optional = true }
|
||||||
unicode-linebreak = "0.1"
|
unicode-linebreak = "0.1.4"
|
||||||
unicode-script = "0.5"
|
unicode-script = "0.5.5"
|
||||||
unicode-segmentation = "1.7"
|
unicode-segmentation = "1.10.0"
|
||||||
rangemap = "1.1.0"
|
rangemap = "1.1.0"
|
||||||
|
|
||||||
[dependencies.unicode-bidi]
|
[dependencies.unicode-bidi]
|
||||||
version = "0.3"
|
version = "0.3.8"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["hardcoded-data"]
|
features = ["hardcoded-data"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue