mirror of https://codeberg.org/topola/topola.git
chore: run cargo upgrade
This commit is contained in:
parent
225af3ebee
commit
58876c996a
|
|
@ -16,8 +16,8 @@ xdg-portal = ["rfd/async-std", "rfd/xdg-portal"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive-getters.workspace = true
|
derive-getters.workspace = true
|
||||||
egui = "0.29"
|
egui = "0.30"
|
||||||
fluent-templates = "0.11"
|
fluent-templates = "0.12"
|
||||||
geo.workspace = true
|
geo.workspace = true
|
||||||
icu_experimental = "0.2"
|
icu_experimental = "0.2"
|
||||||
icu_locale_core = "2.0.0-beta1"
|
icu_locale_core = "2.0.0-beta1"
|
||||||
|
|
@ -38,9 +38,9 @@ version = "0.9"
|
||||||
features = ["macros", "serde"]
|
features = ["macros", "serde"]
|
||||||
|
|
||||||
[dependencies.eframe]
|
[dependencies.eframe]
|
||||||
version = "0.29"
|
version = "0.30"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["accesskit", "default_fonts", "glow", "persistence"]
|
features = ["accesskit", "default_fonts", "glow", "persistence", "wayland", "x11"]
|
||||||
|
|
||||||
[dependencies.rfd]
|
[dependencies.rfd]
|
||||||
version = "0.15"
|
version = "0.15"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue