Update dependencies

Update `i18n-embed`, `ordered-float`, `sanitize-filename`, `thiserror`,
`reis`.
This commit is contained in:
Ian Douglas Scott 2025-05-15 12:05:04 -07:00 committed by Victoria Brekenfeld
parent 77a639624c
commit 087715aa8f
2 changed files with 28 additions and 59 deletions

View file

@ -24,8 +24,8 @@ cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = ["
libdisplay-info = "0.2.0"
egui = {version = "0.30.0", optional = true}
egui_plot = {version = "0.30.0", optional = true}
i18n-embed = {version = "0.14", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.8"
i18n-embed = {version = "0.15", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.9"
iced_tiny_skia = {git = "https://github.com/pop-os/libcosmic/"}
indexmap = "2.0"
keyframe = "1.1.1"
@ -35,16 +35,16 @@ libcosmic = {git = "https://github.com/pop-os/libcosmic/", default-features = fa
libsystemd = {version = "0.7", optional = true}
log-panics = {version = "2", features = ["with-backtrace"]}
once_cell = "1.18.0"
ordered-float = "4.0"
ordered-float = "5.0"
png = "0.17.5"
regex = "1"
ron = "0.9.0-alpha.0"
rust-embed = {version = "8.0", features = ["debug-embed"]}
sanitize-filename = "0.5.0"
sanitize-filename = "0.6.0"
sendfd = "0.4.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
thiserror = "1.0.26"
thiserror = "2.0.12"
time = {version = "0.3.30", features = ["macros", "formatting", "local-offset"]}
tiny-skia = "0.11"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
@ -62,7 +62,7 @@ profiling = { version = "1.0" }
rustix = { version = "0.38.32", features = ["process"] }
smallvec = "1.13.2"
rand = "0.9.0"
reis = { version = "0.4", features = ["calloop"] }
reis = { version = "0.5", features = ["calloop"] }
# CLI arguments
clap_lex = "0.7"