Skip to content

Commit af476ed

Browse files
authored
Merge pull request #6 from Whirlsplash/renovate/tokio-1.x
fix(deps): update rust crate tokio to 1.6.1
2 parents a3cf962 + e2578d5 commit af476ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish = false
1717
serenity = "0.10.7"
1818

1919
# IO
20-
tokio = { version = "1.6.0", features = ["macros", "rt-multi-thread"] }
20+
tokio = { version = "1.6.1", features = ["macros", "rt-multi-thread"] }
2121

2222
# Environment
2323
dotenv = "0.15.0"

0 commit comments

Comments
 (0)