From fdab8ec6011354472c8cb5086549fcf751cb2709 Mon Sep 17 00:00:00 2001 From: Valdemar Erk Date: Sun, 16 Jun 2024 17:26:50 +0200 Subject: [PATCH] Update to 0.16 git as of 2024-06-16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f39050b..c00c261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "twilight-http-ratelimiting" version = "0.16.0-rc.1" -source = "git+https://github.com/twilight-rs/twilight.git#302688daa951e6353f75eee56a55d684726b8c38" +source = "git+https://github.com/twilight-rs/twilight.git?rev=280437bb81e71a6992cf74619f819bc8f8c42d42#280437bb81e71a6992cf74619f819bc8f8c42d42" dependencies = [ "tokio", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 0a54c5a..dd07530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "signal"] } tokio-util = { version = "0.7.8", default-features = false, features = ["time"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -twilight-http-ratelimiting = { git = "https://github.com/twilight-rs/twilight.git", ref = "302688daa951e6353f75eee56a55d684726b8c3" } # HEAD on 2024-06-15 +twilight-http-ratelimiting = { git = "https://github.com/twilight-rs/twilight.git", rev = "280437bb81e71a6992cf74619f819bc8f8c42d42" } # HEAD on 2024-06-15 # Only used by the `expose-metrics` feature. metrics = { version = "0.21", optional = true }