diff --git a/crates/synapse-infra/Cargo.toml b/crates/synapse-infra/Cargo.toml index a2f1d1c..1c29eb8 100644 --- a/crates/synapse-infra/Cargo.toml +++ b/crates/synapse-infra/Cargo.toml @@ -54,7 +54,7 @@ aes-gcm = { workspace = true } once_cell = { workspace = true } regex = { workspace = true } rand = { workspace = true, features = ["small_rng"] } -rodio = { version = "0.17", optional = true } +rodio = { version = "0.22", optional = true } # Networking (for empathy) libp2p = { workspace = true }