chore: bump workspace dependencies versions (#168)

* upgrade package version

# Conflicts:
#	crates/rio/Cargo.toml

* fix

* upgrade version

* upgrade version

* cargo fmt
This commit is contained in:
houseme
2025-07-11 10:35:27 +08:00
committed by GitHub
parent be05b704b0
commit 505f493729
8 changed files with 368 additions and 277 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ winapi = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
criterion = { version = "0.5", features = ["html_reports"] }
temp-env = "0.3.6"
criterion = { workspace = true, features = ["html_reports"] }
temp-env = { workspace = true }
[build-dependencies]
shadow-rs = { workspace = true, features = ["build", "metadata"] }