From 2c30670744558b438c3f038489adb22bc4625b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 06:23:52 +0000 Subject: [PATCH] chore(deps): update rodio requirement from 0.17 to 0.22 Updates the requirements on [rodio](https://github.com/RustAudio/rodio) to permit the latest version. - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/rodio/compare/v0.17.0...v0.22.2) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.22.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/synapse-infra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }