From 190bf121ffaffb85d5f7007bb9b41598d50eafb0 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 21 Oct 2024 11:27:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Use=20latest=20zbus?= =?UTF-8?q?=20release:=205.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 62 ++++++++++++++++++++++++++++++------------------------ Cargo.toml | 4 ++-- 2 files changed, 36 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6165edf..dbf5ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.2.2", + "indexmap 2.6.0", "slab", "tokio", "tokio-util", @@ -748,9 +748,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" [[package]] name = "hdrhistogram" @@ -901,12 +901,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.2" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" +checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.15.0", ] [[package]] @@ -1188,9 +1188,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ "toml_edit", ] @@ -1559,17 +1559,17 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" [[package]] name = "toml_edit" -version = "0.21.1" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.6.0", "toml_datetime", "winnow", ] @@ -1906,9 +1906,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.5.39" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] @@ -1925,8 +1925,9 @@ dependencies = [ [[package]] name = "zbus" -version = "4.4.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "333be40ef37976542e10832ba961e3e44ea215a6b1e2673066b303ee3e0ede10" dependencies = [ "async-broadcast", "async-process", @@ -1955,8 +1956,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "4.4.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "381be624000c82e716c2a45d9213fabacf82177591fa8a6ff655d2825450601a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1967,8 +1969,9 @@ dependencies = [ [[package]] name = "zbus_names" -version = "3.0.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "4.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdc27fbd3593ff015cef906527a2ec4115e2e3dbf6204a24d952ac4975c80614" dependencies = [ "serde", "static_assertions", @@ -1977,8 +1980,9 @@ dependencies = [ [[package]] name = "zvariant" -version = "4.2.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c690a1da8858fd4377b8cc3134a753b0bea1d8ebd78ad6e5897fab821c5e184e" dependencies = [ "endi", "enumflags2", @@ -1990,8 +1994,9 @@ dependencies = [ [[package]] name = "zvariant_derive" -version = "4.2.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83b6ddc1fed08493e4f2bd9350e7d00a3383467228735f3f169a9f8820fde755" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2002,13 +2007,14 @@ dependencies = [ [[package]] name = "zvariant_utils" -version = "2.2.0" -source = "git+https://github.com/dbus2/zbus/#d85ef960cb43c120c356406b2639b98140bb4906" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f8d85190ba70bc7b9540430df078bb529620b1464ed4a606010de584e27094d" dependencies = [ - "nom", "proc-macro2", "quote", "serde", "static_assertions", "syn 2.0.65", + "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 476f436..83728cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ name = "busd" path = "src/bin/busd.rs" [dependencies] -zbus = { git = "https://github.com/dbus2/zbus/", features = [ -#zbus = { version = "4.2.0", features = [ +#zbus = { git = "https://github.com/dbus2/zbus/", features = [ +zbus = { version = "5.0", features = [ "tokio", "bus-impl", ], default-features = false } From 0edf7e04b49bc9b368a3091b579f788b8d07ca98 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 21 Oct 2024 11:28:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Release=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbf5ce2..3bfd89a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "busd" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 83728cc..7bb52e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "busd" -version = "0.3.1" +version = "0.4.0" authors = ["Zeeshan Ali Khan "] description = "A D-Bus bus (broker) implementation" edition = "2021"