Skip to content

Commit

Permalink
Chore: Update dependencies, MSRV.
Browse files Browse the repository at this point in the history
Tested using `cargo make ready`.
  • Loading branch information
FelixMcFelix committed Nov 20, 2023
1 parent 3daf11f commit 1bf17d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "ISC"
name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git"
rust-version = "1.61"
rust-version = "1.68.2"
version = "0.3.2"

[dependencies]
Expand All @@ -35,13 +35,13 @@ rusty_pool = { optional = true, version = "0.7" }
serde = { version = "1", features = ["derive"] }
serde-aux = { optional = true, version = "4"}
serde_json = "1"
simd-json = { features = ["serde_impl"], optional = true, version = "0.8.0" }
simd-json = { features = ["serde_impl"], optional = true, version = "0.9" }
socket2 = { optional = true, version = "0.5" }
streamcatcher = { optional = true, version = "1" }
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" }
tokio-tungstenite = { optional = true, version = "0.18" }
tokio-tungstenite = { optional = true, version = "0.19" }
tokio-util = { features = ["io"], optional = true, version = "0.7" }
tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![docs-badge][]][docs] [![next-docs-badge][]][next-docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust 1.61.0+ badge]][rust 1.61.0+ link]
[![docs-badge][]][docs] [![next-docs-badge][]][next-docs] [![build badge]][build] [![guild-badge][]][guild] [![crates.io version]][crates.io link] [![rust badge]][rust link]

# Songbird

Expand Down Expand Up @@ -94,5 +94,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.61.0+ badge]: https://img.shields.io/badge/rust-1.61.0+-93450a.svg?style=flat-square
[rust 1.61.0+ link]: https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html
[rust badge]: https://img.shields.io/badge/rust-1.68.2+-93450a.svg?style=flat-square
[rust link]: https://blog.rust-lang.org/2023/03/28/Rust-1.68.2.html
1 change: 1 addition & 0 deletions src/ws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl WsStream {
max_send_queue: None,
..Default::default()
}),
true,
)
.await?;

Expand Down

0 comments on commit 1bf17d1

Please sign in to comment.