Skip to content

Commit

Permalink
Update Rust crate tokio to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent f2b51bf commit d1b9e1e
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.28.0", features = ["macros", "rt-multi-thread"] }
tokio = {version = "1.32.0", features = ["macros", "rt-multi-thread"] }

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

0 comments on commit d1b9e1e

Please sign in to comment.