Skip to content

Commit 585c82e

Browse files
authored
Merge pull request #295 from neodyland/dependabot/cargo/tokio-1.49.0
build(deps): bump tokio from 1.48.0 to 1.49.0
2 parents 18074e5 + 19fa8fa commit 585c82e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sbv2_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_logger.workspace = true
1616
log = "0.4.29"
1717
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
1818
serde = { version = "1.0.228", features = ["derive"] }
19-
tokio = { version = "1.48.0", features = ["full"] }
19+
tokio = { version = "1.49.0", features = ["full"] }
2020
utoipa = { version = "5.4.0", features = ["axum_extras"] }
2121
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
2222

0 commit comments

Comments
 (0)