aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-10 09:10:23 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-10 21:04:23 -0800
commitb9e67f6565be84bed646f4aa83a2d6ce2d2f3eb9 (patch)
tree6eb7ad25b523aa798514b68b82f2f625b74548e1 /Cargo.lock
parent3a481b5250b1cd832768c5c3ca9e516ba9963120 (diff)
downloadniri-b9e67f6565be84bed646f4aa83a2d6ce2d2f3eb9.tar.gz
niri-b9e67f6565be84bed646f4aa83a2d6ce2d2f3eb9.tar.bz2
niri-b9e67f6565be84bed646f4aa83a2d6ce2d2f3eb9.zip
build(deps): bump zbus in the rust-dependencies group across 1 directory
Bumps the rust-dependencies group with 1 update in the / directory: [zbus](https://github.com/dbus2/zbus). Updates `zbus` from 5.3.1 to 5.5.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-5.3.1...zbus-5.5.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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock29
1 files changed, 19 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 05bd5da7..1cb87247 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3733,7 +3733,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "winnow",
+ "winnow 0.6.24",
]
[[package]]
@@ -4566,6 +4566,15 @@ dependencies = [
]
[[package]]
+name = "winnow"
+version = "0.7.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4717,9 +4726,9 @@ dependencies = [
[[package]]
name = "zbus"
-version = "5.3.1"
+version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2494e4b3f44d8363eef79a8a75fc0649efb710eef65a66b5e688a5eb4afe678a"
+checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
dependencies = [
"async-broadcast",
"async-executor",
@@ -4734,7 +4743,7 @@ dependencies = [
"enumflags2",
"event-listener",
"futures-core",
- "futures-util",
+ "futures-lite",
"hex",
"nix",
"ordered-stream",
@@ -4744,7 +4753,7 @@ dependencies = [
"tracing",
"uds_windows",
"windows-sys 0.59.0",
- "winnow",
+ "winnow 0.7.1",
"xdg-home",
"zbus_macros",
"zbus_names",
@@ -4753,9 +4762,9 @@ dependencies = [
[[package]]
name = "zbus_macros"
-version = "5.3.1"
+version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "445efc01929302aee95e2b25bbb62a301ea8a6369466e4278e58e7d1dfb23631"
+checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -4774,7 +4783,7 @@ checksum = "519629a3f80976d89c575895b05677cbc45eaf9f70d62a364d819ba646409cc8"
dependencies = [
"serde",
"static_assertions",
- "winnow",
+ "winnow 0.6.24",
"zvariant",
]
@@ -4852,7 +4861,7 @@ dependencies = [
"enumflags2",
"serde",
"static_assertions",
- "winnow",
+ "winnow 0.6.24",
"zvariant_derive",
"zvariant_utils",
]
@@ -4881,5 +4890,5 @@ dependencies = [
"serde",
"static_assertions",
"syn 2.0.96",
- "winnow",
+ "winnow 0.6.24",
]