From 98f0d025c04c743654b51c5ca8e3d79e61ab0f55 Mon Sep 17 00:00:00 2001 From: Gnome! <45660393+GnomedDev@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:38:15 +0100 Subject: [PATCH] Deps: Bump dependencies and document bumped MSRV (#119) * Bump dependencies * Document bumped MSRV --- Cargo.toml | 10 +++++----- README.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6e0441ab..ac7a5c3e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2" -symphonia-core = "0.2" +symphonia-core = "0.5" [dependencies.async-trait] optional = true @@ -28,7 +28,7 @@ version = "0.1" default-features = false features = ["tokio-runtime"] optional = true -version = "0.14" +version = "0.17" [dependencies.audiopus] optional = true @@ -40,7 +40,7 @@ version = "1" [dependencies.dashmap] optional = true -version = "4" +version = "5" [dependencies.discortp] features = ["discord-full"] @@ -57,7 +57,7 @@ version = "0.3" [dependencies.parking_lot] optional = true -version = "0.11" +version = "0.12" [dependencies.pin-project] optional = true @@ -115,7 +115,7 @@ features = ["v4"] [dependencies.xsalsa20poly1305] optional = true -version = "0.7" +version = "0.8" features = ["std"] [dev-dependencies] diff --git a/README.md b/README.md index 595135cb6..8d176952c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![docs-badge][]][docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.51.0+ badge]][rust 1.51.0+ link] +[![docs-badge][]][docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.56.0+ badge]][rust 1.56.0+ link] # Songbird @@ -69,5 +69,5 @@ Songbird's logo is based upon the copyright-free image ["Black-Capped Chickadee" [crates.io link]: https://crates.io/crates/songbird [crates.io version]: https://img.shields.io/crates/v/songbird.svg?style=flat-square -[rust 1.51.0+ badge]: https://img.shields.io/badge/rust-1.51.0+-93450a.svg?style=flat-square -[rust 1.51.0+ link]: https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html +[rust 1.56.0+ badge]: https://img.shields.io/badge/rust-1.56.0+-93450a.svg?style=flat-square +[rust 1.56.0+ link]: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html