summaryrefslogtreecommitdiff
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
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>
-rw-r--r--Cargo.lock4
-rw-r--r--crates/discord-bot/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66ee5ea..0b93e8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1909,9 +1909,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.39.2"
+version = "1.39.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
+checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
dependencies = [
"backtrace",
"bytes",
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"