Merge pull request #269 from neodyland/dependabot/cargo/tokio-1.48.0

build(deps): bump tokio from 1.47.1 to 1.48.0
This commit is contained in:
tuna2134
2025-10-27 23:54:06 +09:00
committed by GitHub
2 changed files with 23 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ env_logger.workspace = true
log = "0.4.28"
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.47.1", features = ["full"] }
tokio = { version = "1.48.0", features = ["full"] }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-scalar = { version = "0.3.0", features = ["axum"] }