From 687c8747cc7298b44c1afb54047e47c477d96d4b Mon Sep 17 00:00:00 2001 From: Valdemar Erk Date: Sat, 15 Jun 2024 20:11:43 +0200 Subject: [PATCH] Update to 0.16 git as of 2024-06-15 --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 954eb0e..f39050b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,12 +1407,9 @@ dependencies = [ [[package]] name = "twilight-http-ratelimiting" -version = "0.15.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa4a03343ff60a8d5b5b722ce4b0b7e266ace6cc3e9143544a840d3cc127f02b" +version = "0.16.0-rc.1" +source = "git+https://github.com/twilight-rs/twilight.git#302688daa951e6353f75eee56a55d684726b8c38" dependencies = [ - "futures-util", - "http", "tokio", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 006dc88..0a54c5a 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 = "0.15" +twilight-http-ratelimiting = { git = "https://github.com/twilight-rs/twilight.git", ref = "302688daa951e6353f75eee56a55d684726b8c3" } # HEAD on 2024-06-15 # Only used by the `expose-metrics` feature. metrics = { version = "0.21", optional = true }