Deps: Update dev-dependencies

This commit is contained in:
Kyle Simpson
2022-11-20 19:08:34 +00:00
parent 6a38fc82f4
commit f72175b799
2 changed files with 3 additions and 3 deletions

View File

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