From 596fcadf2b2996825deafe9e5fa6a3f6eb03e2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:40:54 +0000 Subject: [PATCH] build(deps): bump libpulse-binding from 2.29.0 to 2.30.1 Bumps [libpulse-binding](https://github.com/jnqnfe/pulse-binding-rust) from 2.29.0 to 2.30.1. - [Commits](https://github.com/jnqnfe/pulse-binding-rust/compare/v2.29.0...v2.30.1) --- updated-dependencies: - dependency-name: libpulse-binding dependency-version: 2.30.1 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 763327a..da83280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,9 +1910,9 @@ dependencies = [ [[package]] name = "libpulse-binding" -version = "2.29.0" +version = "2.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "441092fb2d05962d74246a00c1b2f8c87c60fb6b38a5cc42227c229a702c0ce5" +checksum = "909eb3049e16e373680fe65afe6e2a722ace06b671250cc4849557bc57d6a397" dependencies = [ "bitflags 2.9.0", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3da9bbc..9e9ac8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ sysinfo = { version = "0.34.2", optional = true } system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true } # volume -libpulse-binding = { version = "2.29.0", optional = true } +libpulse-binding = { version = "2.30.1", optional = true } # shared futures-lite = { version = "2.6.0", optional = true } # network_manager, upower, workspaces, keyboard