Updated crate versions in toml.

This commit is contained in:
2026-02-12 18:10:34 +01:00
parent ef61c5e588
commit d3d20f6352
2 changed files with 31 additions and 114 deletions

View File

@@ -12,15 +12,15 @@ egui_extras = "0.33.3"
log = "0.4.29"
simple_logger = "5.0.0"
atomic_float = "1.1.0"
chrono = { version = "0.4.42" }
rfd = { version = "0.16.0", features = ["tokio"] }
chrono = { version = "0.4.43" }
rfd = { version = "0.17.2" }
[dependencies.bioz-icd-rs]
path = "../bioz-icd-rs"
features = ["use-std"]
[dependencies.postcard-rpc]
version = "0.11.15"
version = "0.12.1"
features = [
"use-std",
"raw-nusb",
@@ -32,7 +32,7 @@ version = "0.2.5"
features = ["derive", "heapless_v0_8"]
[dependencies.tokio]
version = "1.48.0"
version = "1.49.0"
features = [
"rt-multi-thread",
"macros",