From 8f66320e7aaa930576b5868c99667767400e9be8 Mon Sep 17 00:00:00 2001 From: Gnome! Date: Mon, 1 Apr 2024 12:49:37 +0100 Subject: [PATCH] Bump dependencies (#237) --- Cargo.toml | 4 ++-- examples/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e47cf3164..bbbb16adb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ nohash-hasher = { optional = true, version = "0.2.0" } parking_lot = { optional = true, version = "0.12" } pin-project = "1" rand = { optional = true, version = "0.8" } -reqwest = { default-features = false, features = ["stream"], optional = true, version = "0.11" } +reqwest = { default-features = false, features = ["stream"], optional = true, version = "0.12.2" } ringbuf = { optional = true, version = "0.4" } rubato = { optional = true, version = "0.15" } rusty_pool = { optional = true, version = "0.7" } @@ -40,7 +40,7 @@ serenity = { default-features = false, optional = true, version = "0.12.0", feat serenity-voice-model = { optional = true, version = "0.2" } socket2 = { optional = true, version = "0.5" } streamcatcher = { optional = true, version = "1" } -stream_lib = { default-features = false, optional = true, version = "0.4.2" } +stream_lib = { default-features = false, optional = true, version = "0.5.2" } symphonia = { default_features = false, optional = true, version = "0.5.2" } symphonia-core = { optional = true, version = "0.5.2" } tokio = { default-features = false, optional = true, version = "1.0" } diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 40e63bca2..c926803a7 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.dependencies] -reqwest = "0.11" +reqwest = "0.12" serenity = { features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"], version = "0.12" } songbird = { path = "../", version = "0.4" } symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }