Deps: Bump dependencies and document bumped MSRV (#119)

* Bump dependencies

* Document bumped MSRV
This commit is contained in:
Gnome!
2022-04-02 17:38:15 +01:00
committed by Kyle Simpson
parent f2cd8a0b6a
commit 98f0d025c0
2 changed files with 8 additions and 8 deletions

View File

@@ -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]

View File

@@ -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