Update all dependencies
This commit is contained in:
parent
a3f6ca35f1
commit
33706262f6
1 changed files with 10 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -11,22 +11,22 @@ rust-version = "1.65"
|
|||
|
||||
[dependencies]
|
||||
fontdb = { version = "0.14.1", default-features = false }
|
||||
libm = "0.2.6"
|
||||
log = "0.4.17"
|
||||
libm = "0.2.7"
|
||||
log = "0.4.20"
|
||||
aliasable = "0.1.3"
|
||||
rustybuzz = { version = "0.8.0", default-features = false, features = ["libm"] }
|
||||
swash = { version = "0.1.6", optional = true }
|
||||
syntect = { version = "5.0.0", optional = true }
|
||||
sys-locale = { version = "0.3.0", optional = true }
|
||||
unicode-linebreak = "0.1.4"
|
||||
rustybuzz = { version = "0.10.0", default-features = false, features = ["libm"] }
|
||||
swash = { version = "0.1.8", optional = true }
|
||||
syntect = { version = "5.1.0", optional = true }
|
||||
sys-locale = { version = "0.3.1", optional = true }
|
||||
unicode-linebreak = "0.1.5"
|
||||
unicode-script = "0.5.5"
|
||||
unicode-segmentation = "1.10.0"
|
||||
rangemap = "1.2.0"
|
||||
unicode-segmentation = "1.10.1"
|
||||
rangemap = "1.3.0"
|
||||
hashbrown = { version = "0.14.0", optional = true, default-features = false }
|
||||
rustc-hash = { version = "1.1.0", default-features = false }
|
||||
|
||||
[dependencies.unicode-bidi]
|
||||
version = "0.3.8"
|
||||
version = "0.3.13"
|
||||
default-features = false
|
||||
features = ["hardcoded-data"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue