From 0777f5f1993a13cd2d7cacac1bb7100431acec6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:16:06 +0000 Subject: [PATCH] Bump twilight-http-ratelimiting from 0.15.1 to 0.15.3 Bumps [twilight-http-ratelimiting](https://github.com/twilight-rs/twilight) from 0.15.1 to 0.15.3. - [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-http-ratelimiting-0.15.1...twilight-http-ratelimiting-0.15.3) --- updated-dependencies: - dependency-name: twilight-http-ratelimiting dependency-type: direct:production 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 64f1d7c..79e6335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,9 +1688,9 @@ dependencies = [ [[package]] name = "twilight-http-ratelimiting" -version = "0.15.1" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93eb986554fc3fbac775d028c74d074a3b11790b3de44626a45d7aedfe0c3d8" +checksum = "aa4a03343ff60a8d5b5b722ce4b0b7e266ace6cc3e9143544a840d3cc127f02b" dependencies = [ "futures-util", "http",