Update Rust dependencies (#3112)

* Update Rust dependencies

* Bump versions

* Try older ctor
This commit is contained in:
Keavon Chambers
2025-08-30 20:06:56 -07:00
committed by GitHub
parent 101ae6d000
commit 29684dde45
7 changed files with 592 additions and 613 deletions

View File

@@ -27,9 +27,7 @@ fern = { workspace = true }
chrono = { workspace = true }
wgpu = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
# Required dependencies
clap = { version = "4.5.31", features = ["cargo", "derive"] }
clap = { workspace = true, features = ["cargo", "derive"] }
# Optional local dependencies
wgpu-executor = { path = "../wgpu-executor", optional = true }