File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ rust-version = "1.75"
1212[dependencies ]
1313bitflags = " 2.4.1"
1414cosmic_undo_2 = { version = " 0.2.0" , optional = true }
15- fontdb = { version = " 0.16 " , default-features = false }
15+ fontdb = { version = " 0.21 " , default-features = false }
1616hashbrown = { version = " 0.14.1" , optional = true , default-features = false }
1717libm = { version = " 0.2.8" , optional = true }
1818log = " 0.4.20"
1919modit = { version = " 0.1.4" , optional = true }
2020rangemap = " 1.4.0"
2121rustc-hash = { version = " 1.1.0" , default-features = false }
22- rustybuzz = { version = " 0.14 " , default-features = false , features = [ " libm " ] }
22+ rustybuzz = { version = " 0.18 " , default-features = false }
2323self_cell = " 1.0.1"
2424smol_str = { version = " 0.2.2" , default-features = false }
2525syntect = { version = " 5.1.0" , optional = true }
2626sys-locale = { version = " 0.3.1" , optional = true }
27- ttf-parser = { version = " 0.21 " , default-features = false }
27+ ttf-parser = { version = " 0.24 " , default-features = false }
2828unicode-linebreak = " 0.1.5"
2929unicode-script = " 0.5.5"
3030unicode-segmentation = " 1.10.1"
You can’t perform that action at this time.
0 commit comments