From d66369884c0639c91e744fbf4b527572d8bba356 Mon Sep 17 00:00:00 2001 From: arabian Date: Thu, 28 May 2026 01:08:13 +0300 Subject: [PATCH] deps: update rodio --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67c2c25..0afc689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3672,7 +3672,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rodio" version = "0.22.2" -source = "git+https://github.com/arabianq/rodio.git?rev=1a08f281c352622bd82b87b8731585245802d9cf#1a08f281c352622bd82b87b8731585245802d9cf" +source = "git+https://github.com/arabianq/rodio.git?rev=33afba2a2d97bb730eb6537f09d2b3815bff0f33#33afba2a2d97bb730eb6537f09d2b3815bff0f33" dependencies = [ "cpal", "dasp_sample", diff --git a/Cargo.toml b/Cargo.toml index dbd19c9..4f049b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ rustix = { version = "1.1.4", features = ["process"] } rust-i18n = "4.0.0" sys-locale = "0.3.2" -rodio = { git = "https://github.com/arabianq/rodio.git", rev = "1a08f281c352622bd82b87b8731585245802d9cf", default-features = false, features = [ +rodio = { git = "https://github.com/arabianq/rodio.git", rev = "33afba2a2d97bb730eb6537f09d2b3815bff0f33", default-features = false, features = [ "symphonia-all", "symphonia-libopus", "playback",