From 2ba5e46e264e841ebca9c52430df2218c804ddd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:32:57 +0000 Subject: [PATCH] build(deps): bump decibri from 5.0.0 to 5.2.0 Bumps [decibri](https://github.com/decibri/decibri) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/decibri/decibri/releases) - [Changelog](https://github.com/decibri/decibri/blob/main/CHANGELOG.md) - [Commits](https://github.com/decibri/decibri/compare/npm-v5.0.0...npm-v5.2.0) --- updated-dependencies: - dependency-name: decibri dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66152ea..7189a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" [[package]] name = "decibri" -version = "5.0.0" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9090b5074e27aa0cabb3d4501a760bfe1b1a34c1177d9ada1f3166468161a9a1" +checksum = "072d49549dc8ae346270f83dd15ed8d8c451917bac1765f70f1c391036216dcd" dependencies = [ "cpal", "crossbeam-channel",