Bump crates versions.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-03 20:57:25 +02:00
parent d5027f9aa8
commit fcdcf26651
4 changed files with 639 additions and 447 deletions

View File

@@ -5,14 +5,14 @@ edition = "2024"
[dependencies]
defmt = { version = "1.0.1" }
eframe = { version = "0.33.3"}
egui_plot = "0.34.0"
egui_dock = "0.18.0"
egui_extras = "0.33.3"
eframe = { version = "0.34.1"}
egui_plot = "0.35.0"
egui_dock = "0.19.1"
egui_extras = "0.34.1"
log = "0.4.29"
simple_logger = "5.0.0"
simple_logger = "5.2.0"
atomic_float = "1.1.0"
chrono = { version = "0.4.43" }
chrono = { version = "0.4.44" }
rfd = { version = "0.17.2" }
[dependencies.bioz-icd-rs]
@@ -32,7 +32,7 @@ version = "0.2.5"
features = ["derive", "heapless_v0_8"]
[dependencies.tokio]
version = "1.49.0"
version = "1.52.1"
features = [
"rt-multi-thread",
"macros",