chore: update various dependencies (except fjall) to their latest versions

This commit is contained in:
J / Jacob Babich
2026-07-12 14:13:06 -04:00
parent 7f3c2ac30c
commit 044243ae3c
6 changed files with 186 additions and 208 deletions

View File

@@ -32,13 +32,13 @@ pyo3 = { workspace = true, features = [
"extension-module",
] }
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
shadow-rs = { version = "1.0.1", default-features = false }
shadow-rs = { version = "2", default-features = false }
snafu = { workspace = true }
tokio = { workspace = true, features = ["time"] }
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.17"
uom = "0.36.0"
uom = "0.38.0"
[build-dependencies]
shadow-rs = "1.0.1"
shadow-rs = "2"