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"