mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2026-03-10 01:20:31 +00:00
Updated crate versions in toml.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user