chore: update various dependencies (except fjall) to their latest versions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user