feat: zbus 4.2.1 update

This commit is contained in:
Ashley Wulber 2024-05-16 15:24:53 -04:00 committed by GitHub
parent ce9c789fe6
commit f05789c4ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 390 additions and 389 deletions

View file

@ -27,7 +27,7 @@ impl<'a> NetworkManagerSettings<'a> {
let connections = self.0.list_connections().await?;
let mut out = Vec::with_capacity(connections.len());
for connection in connections {
let connection = ConnectionSettingsProxy::builder(self.0.connection())
let connection = ConnectionSettingsProxy::builder(self.0.inner().connection())
.path(connection)?
.build()
.await?;