Skip to content

Commit

Permalink
Merge pull request #5 from Lukasdotcom/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.28.0
  • Loading branch information
Lukasdotcom authored Apr 28, 2023
2 parents 05eb4ee + b805604 commit f2b51bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sqlx = { version = "0.6.3", features = [
"sqlite",
"migrate",
], optional = true }
tokio = {version = "1.27.0", features = ["macros", "rt-multi-thread"] }
tokio = {version = "1.28.0", features = ["macros", "rt-multi-thread"] }

[features]
default = ["client"]
Expand Down

0 comments on commit f2b51bf

Please sign in to comment.