From 7c2bcdecd14d7577d155aca98526ff7cbdfe5986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:31:15 +0000 Subject: [PATCH] build(deps): bump libpulse-binding from 2.28.1 to 2.28.2 Bumps [libpulse-binding](https://github.com/jnqnfe/pulse-binding-rust) from 2.28.1 to 2.28.2. - [Commits](https://github.com/jnqnfe/pulse-binding-rust/commits) --- updated-dependencies: - dependency-name: libpulse-binding dependency-type: direct:production update-type: version-update:semver-patch ... 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 d981825..02c981c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1805,9 +1805,9 @@ dependencies = [ [[package]] name = "libpulse-binding" -version = "2.28.1" +version = "2.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed3557a2dfc380c8f061189a01c6ae7348354e0c9886038dc6c171219c08eaff" +checksum = "b6b1040a6c4c4d1e9e852000f6202df1a02a4f074320de336ab21e4fd317b538" dependencies = [ "bitflags 1.3.2", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7774bcb..0485299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ system-tray = { version = "0.4.0", features = ["dbusmenu-gtk3"], optional = true upower_dbus = { version = "0.3.2", optional = true } # volume -libpulse-binding = { version = "2.28.1", optional = true } +libpulse-binding = { version = "2.28.2", optional = true } # workspaces swayipc-async = { version = "2.0.1", optional = true }