Skip to content

Commit a37a58b

Browse files
fix(deps): update rust crate tokio to 1.50.0 (#361)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f054c08 commit a37a58b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rocket = {git = "https://github.com/SergioBenitez/Rocket"}
1717
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
1818
serde = {version = "1.0.228", features = ["derive"]}
1919
serde_json = "1.0.149"
20-
tokio = {version = "1.49.0", features = ["full"]}
20+
tokio = {version = "1.50.0", features = ["full"]}

0 commit comments

Comments
 (0)