Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent e3bea07 commit 542b2b1
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 @@ -17,7 +17,7 @@ publish = false
serenity = "0.10.8"

# IO
tokio = { version = "1.6.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }

# Environment
dotenv = "0.15.0"
Expand Down

0 comments on commit 542b2b1

Please sign in to comment.