Deps: Update dev-dependencies
This commit is contained in:
@@ -72,8 +72,8 @@ optional = true
|
|||||||
version = "0.5"
|
version = "0.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3"
|
criterion = "0.4"
|
||||||
ntest = "0.8"
|
ntest = "0.9"
|
||||||
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/FelixMcFelix/Symphonia", branch = "songbird-fixes" }
|
symphonia = { version = "0.5", features = ["aac", "isomp4", "mp3"], git = "https://github.com/FelixMcFelix/Symphonia", branch = "songbird-fixes" }
|
||||||
utils = { path = "utils" }
|
utils = { path = "utils" }
|
||||||
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ use songbird::{
|
|||||||
};
|
};
|
||||||
use std::{io::Cursor, net::UdpSocket};
|
use std::{io::Cursor, net::UdpSocket};
|
||||||
use tokio::runtime::{Handle, Runtime};
|
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.
|
// create a dummied task + interconnect.
|
||||||
// measure perf at varying numbers of sources (binary 1--64) without passthrough support.
|
// measure perf at varying numbers of sources (binary 1--64) without passthrough support.
|
||||||
|
|||||||
Reference in New Issue
Block a user