From a192f468e853850eea05ba60dfa946903c0ec7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:33:09 +0000 Subject: [PATCH] Bump decibri from 3.0.0 to 3.4.0 Bumps [decibri](https://github.com/decibri/decibri) from 3.0.0 to 3.4.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/v3.0.0...v3.4.0) --- updated-dependencies: - dependency-name: decibri dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7a7a5b..b6043bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,9 +349,9 @@ checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" [[package]] name = "decibri" -version = "3.0.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d3d65f08298af811e9a770f84dcc4b392f8b3564c3e5e994e103788e7475c1" +checksum = "684ba51b6e2c51b0bdf5412b56b12d853ee5be364ce7570ed0dc1f989ff8859d" dependencies = [ "cpal", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 91bd05a..ddde28d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "decibri" path = "src/main.rs" [dependencies] -decibri = { version = "3.0.0", default-features = false, features = ["capture", "output"] } +decibri = { version = "3.4.0", default-features = false, features = ["capture", "output"] } clap = { version = "4.5", features = ["derive", "wrap_help"] } clap_complete = "4.5" comfy-table = "7"