From b2a1087f6d455e9581a0628afbf416a1a20b3344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 04:23:25 +0000 Subject: [PATCH] Bump swayipc from 3.0.0 to 3.0.1 Bumps [swayipc](https://github.com/jaycefayne/swayipc-rs) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/jaycefayne/swayipc-rs/releases) - [Commits](https://github.com/jaycefayne/swayipc-rs/compare/swayipc-3.0.0...swayipc-3.0.1) --- updated-dependencies: - dependency-name: swayipc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e871b7..1b1d1db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "swayipc" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40cc7e2bba9f31e7c46b119d9c542496806b9114676d8f46aa5c9c950ececaec" +checksum = "ab1dcff328b223d85d7ca767b2e4aadbc13dad550d36b4c6b929b9ad4d26ee9a" dependencies = [ "serde", "serde_json",