Update dependencies.

This commit is contained in:
Orne Brocaar
2024-03-19 12:41:18 +00:00
parent c426e48b8d
commit 56336fa685
11 changed files with 219 additions and 105 deletions

View File

@ -467,7 +467,10 @@ mod test {
sleep(Duration::from_millis(100)).await;
let redis_client = redis::Client::open(redis_url).unwrap();
let mut redis_conn = redis_client.get_async_connection().await.unwrap();
let mut redis_conn = redis_client
.get_multiplexed_async_connection()
.await
.unwrap();
println!("Uplink");