Merge pull request #159 from k0kubun/dependabot/cargo/swayipc-3.0.1

Bump swayipc from 3.0.0 to 3.0.1
This commit is contained in:
Takashi Kokubun 2022-09-13 21:24:38 +09:00 committed by GitHub
commit 36ad4db086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -858,9 +858,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[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",

View File

@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "2.0", features = ["chrono"] }
serde_yaml = "0.9"
swayipc = { version = "3.0.0", optional = true }
swayipc = { version = "3.0.1", optional = true }
x11rb = { version = "0.10.1", optional = true }
zbus = { version = "1.9.2", optional = true }