Skip to content

Commit

Permalink
Deps: Bump dependencies and document bumped MSRV (serenity-rs#119)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Document bumped MSRV
  • Loading branch information
GnomedDev authored and Myaats committed Apr 23, 2022
1 parent 9e2bdca commit f982ce6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
Expand All @@ -27,7 +27,7 @@ version = "0.1"
default-features = false
features = ["tokio-runtime"]
optional = true
version = "0.14"
version = "0.17"

[dependencies.audiopus]
optional = true
Expand All @@ -39,7 +39,7 @@ version = "1"

[dependencies.dashmap]
optional = true
version = "4"
version = "5"

[dependencies.discortp]
features = ["discord-full"]
Expand All @@ -56,7 +56,7 @@ version = "0.3"

[dependencies.parking_lot]
optional = true
version = "0.11"
version = "0.12"

[dependencies.pin-project]
optional = true
Expand Down Expand Up @@ -114,7 +114,7 @@ features = ["v4"]

[dependencies.xsalsa20poly1305]
optional = true
version = "0.7"
version = "0.8"
features = ["std"]

[dev-dependencies]
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -69,5 +69,10 @@ 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

<<<<<<< HEAD
[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
>>>>>>> 507b46a (Deps: Bump dependencies and document bumped MSRV (#119))

0 comments on commit f982ce6

Please sign in to comment.