Skip to content

Commit

Permalink
Deps: Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 20, 2023
1 parent 6a38fc8 commit f72175b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ optional = true
version = "0.5"

[dev-dependencies]
criterion = "0.3"
ntest = "0.8"
criterion = "0.4"
ntest = "0.9"
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/FelixMcFelix/Symphonia", branch = "songbird-fixes" }
utils = { path = "utils" }
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion benches/mixing-task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use songbird::{
};
use std::{io::Cursor, net::UdpSocket};
use tokio::runtime::{Handle, Runtime};
use xsalsa20poly1305::{aead::NewAead, XSalsa20Poly1305 as Cipher, KEY_SIZE};
use xsalsa20poly1305::{KeyInit, XSalsa20Poly1305 as Cipher, KEY_SIZE};

// create a dummied task + interconnect.
// measure perf at varying numbers of sources (binary 1--64) without passthrough support.
Expand Down

0 comments on commit f72175b

Please sign in to comment.