summaryrefslogtreecommitdiff
path: root/crates/discord-bot
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-19 16:29:52 -0400
committerGitHub <[email protected]>2024-08-19 16:29:52 -0400
commitebb1426b62aaa35f1ad5bc25200a35dd8a752757 (patch)
tree81a7048599ac37ef8d5a0d9e1dad5baf81d7da42 /crates/discord-bot
parentca8427627cafac6b23a6a69b59e8f5add75a3a54 (diff)
crates: bump tokio from 1.39.2 to 1.39.3 (#36)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.39.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates/discord-bot')
-rw-r--r--crates/discord-bot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/discord-bot/Cargo.toml b/crates/discord-bot/Cargo.toml
index dd35306..8195b54 100644
--- a/crates/discord-bot/Cargo.toml
+++ b/crates/discord-bot/Cargo.toml
@@ -21,7 +21,7 @@ git-tracker.workspace = true
log.workspace = true
nixpkgs-tracker-http.workspace = true
serenity = { version = "0.12.2", features = ["unstable_discord_api"] }
-tokio = { version = "1.39.2", features = [
+tokio = { version = "1.39.3", features = [
"macros",
"rt-multi-thread",
"signal"