From 1b278c89353a1edd8145935efe0569a2531d53d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:07:43 +0000 Subject: [PATCH] build(deps): bump twilight-gateway-queue from 0.14.0 to 0.14.1 Bumps [twilight-gateway-queue](https://github.com/twilight-rs/twilight) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/twilight-rs/twilight/releases) - [Changelog](https://github.com/twilight-rs/twilight/blob/main/release.toml) - [Commits](https://github.com/twilight-rs/twilight/compare/twilight-gateway-queue-0.14.0...twilight-gateway-queue-0.14.1) --- updated-dependencies: - dependency-name: twilight-gateway-queue dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..5c3e57d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2815,9 +2815,9 @@ dependencies = [ [[package]] name = "twilight-gateway-queue" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21c3de23d1819c451ea9963770115628e8f9376e23254e108c84ccf8adff1b21" +checksum = "140ae587135d22927b001afbac23c4d312cbdd533051cee95fbf8495eda30b4c" dependencies = [ "tokio", "tracing",