aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-13 08:45:30 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-13 13:35:10 +0300
commit1632ce87a5061992549f7ea0cd067a3d9b10184d (patch)
tree74560ef72018e056feda847d621d09c43ec0a38e
parentc523c805987493499206b0e201086792cfa20300 (diff)
downloadniri-1632ce87a5061992549f7ea0cd067a3d9b10184d.tar.gz
niri-1632ce87a5061992549f7ea0cd067a3d9b10184d.tar.bz2
niri-1632ce87a5061992549f7ea0cd067a3d9b10184d.zip
build(deps): bump zbus in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [zbus](https://github.com/dbus2/zbus). Updates `zbus` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-5.2.0...zbus-5.3.0) --- updated-dependencies: - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7d61f58d..dfae9d2c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4719,9 +4719,9 @@ dependencies = [
[[package]]
name = "zbus"
-version = "5.2.0"
+version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb67eadba43784b6fb14857eba0d8fc518686d3ee537066eb6086dc318e2c8a1"
+checksum = "192a0d989036cd60a1e91a54c9851fb9ad5bd96125d41803eed79d2e2ef74bd7"
dependencies = [
"async-broadcast",
"async-executor",
@@ -4755,9 +4755,9 @@ dependencies = [
[[package]]
name = "zbus_macros"
-version = "5.2.0"
+version = "5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c9d49ebc960ceb660f2abe40a5904da975de6986f2af0d7884b39eec6528c57"
+checksum = "3685b5c81fce630efc3e143a4ded235b107f1b1cdf186c3f115529e5e5ae4265"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -4874,9 +4874,9 @@ dependencies = [
[[package]]
name = "zvariant_utils"
-version = "3.0.2"
+version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
+checksum = "ddd46446ea2a1f353bfda53e35f17633afa79f4fe290a611c94645c69fe96a50"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 76ac9b66..7e360f8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,7 +88,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.7"
wayland-scanner = "0.31.5"
xcursor = "0.3.8"
-zbus = { version = "5.2.0", optional = true }
+zbus = { version = "5.3.0", optional = true }
[dependencies.smithay]
workspace = true