Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Whirlsplash/bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26e79cc9c6351857f35647b08e46e977478e21b5
Choose a base ref
..
head repository: Whirlsplash/bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16f5b585d261470f2ab543cc7e82a3ae3f072de1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ publish = false

[dependencies]
# Discord
serenity = "0.10.9"
serenity = "0.10.10"

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