mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2026-03-10 01:20:31 +00:00
Update dependencies.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -5,11 +5,11 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
defmt = { version = "1.0.1" }
|
||||
eframe = { version = "0.32.0"}
|
||||
egui_plot = "0.33.0"
|
||||
egui_dock = "0.17.0"
|
||||
egui_extras = "0.32.3"
|
||||
log = "0.4.27"
|
||||
eframe = { version = "0.33.3"}
|
||||
egui_plot = "0.34.0"
|
||||
egui_dock = "0.18.0"
|
||||
egui_extras = "0.33.3"
|
||||
log = "0.4.29"
|
||||
simple_logger = "5.0.0"
|
||||
atomic_float = "1.1.0"
|
||||
chrono = { version = "0.4.42" }
|
||||
@@ -32,7 +32,7 @@ version = "0.2.5"
|
||||
features = ["derive", "heapless_v0_8"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.37.0"
|
||||
version = "1.48.0"
|
||||
features = [
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
|
||||
Reference in New Issue
Block a user