Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump zbus from 3.6.1 to 3.14.1 #1115

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps zbus from 3.6.1 to 3.14.1.

Release notes

Sourced from zbus's releases.

zbus 3.14.1

Brown paperbag release to fix a typo in the README/crate docs.

zbus_macros 3.14.1

Just to go with zbus 3.14.1.

🔖 zbus 3.14.0

✨ Add arg0ns to match rule. arg0namespace has an overly restrictive type (InterfaceName), which disallows valid values (e.g. those containing '-' or single-element names such as 'org'). Further more, a MatchRule with arg0namespace previously would not match a message whose arg0 is not a valid InterfaceName (even if it is a valid BusName). Fixes #382. ✨ Derive Debug for MatchRuleBuilder. ✨ Implement Clone for MessageBuilder. ✨ Add a from_bytes constructor for Message. Closes #326 ✨ Allow unicast signals through the dbus_interface. Fixes #374. ✨ Provide various string conversions from Guid. ✨ impl From for Guid. ✨ Implement Type, Serialize & Deserialize for Guid. So that this can be returned from dbus_interface and dbus_proxy methods. ✨ Owned getters for ConnectionCredentials fields. For non-Copy fields (i-e those requiring allocation). ✨ impl From<MessageHeader> for MessageBuilder. ✨ Add MessageStream::{max_queued,set_max_queued}. Add getter and setter for message queue capacity. #350. 🚑️ Fix how MatchRule handles arg0namespace. arg0.starts_with(arg0namespace) is not enough. For example, namespace 'o' should not match 'org.foo'. 🚑️ Drop signature & fds from fields. when converting a MessageHeader into a MessageBuilder since these fields are dependent on the body and that's specified later. 🚑️ Handle 0 bytes received from socket. Seems the assumption that we can't ever get 0 bytes is wrong. 🐛 Don't choke on empty match rule arg values. 🩹 zb: Drop unneeded use of all in cfg attributes. New clippy warns about this. 🩹 fdo::DBus::get_id returns Guid instead of raw String. Theoretically, this is a breaking change, but this is also a fix since the method should have been returning the more specific type. To make things easier for users, we provide a more conversions from Guid to String and &str. 🩹 Manual impl for Deserialize for Guid. So we can verify it's a valid UUID string. ⚡️ Box a large future. Fixes new clippy warning about large futures. Fixes #330. ⬆️ Bump our MSRV. More and more dependencies are requiring Rust 1.64.0, so let's bump our MSRV to match. ⬆️ Require zbus_names 2.6.0. ⬆️ Require zvariant 3.15.0. ⬆️ Update enumflags2. 📝 Fix link to DBusError derive. 📝 Warn about example code requiring a session bus in README/crate docs. Fixes #389. 📝 Update forgotten links to old book location. 📝 Clarify MatchRule::arg0namespace docs. 📝 Fix link to DBusError derive. 📝 Add IBus example for ConnectionBuilder::address. Fixes #361. 🗑️ Deprecate MatchRule(Builder)::arg0namespace in favour of arg0ns. 🧪 Test empty args in match rules. Turns out we can't parse match rules with empty argument values.

... (truncated)

Commits
  • 6af95ac 🔖 zb,zm: Release 3.14.1
  • fee7d18 ✏️ zb: Fix a typo from cda8475bc0
  • 8e7fc0c 🔖 zb,zm: Release 3.14.0
  • d818a05 ⬆️ zb: Require zbus_names 2.6.0
  • 274a17e ⬆️ zb: Require zvariant 3.15.0
  • 7441c50 🔖 zn: Release 2.6.0
  • a2e3d17 🔖 zv,zd: Release 3.15.0
  • 7c0f6d1 📝 zb: Fix link to DBusError derive
  • 55ec857 Merge pull request #393 from mercedes-benz/doc-improv
  • 186e8e2 📝 Add gimoji recommendation to contributing guide
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/cargo/zbus-3.14.1 branch 2 times, most recently from ff6698b to 22a1ec3 Compare November 8, 2023 15:31
Bumps [zbus](https://github.com/dbus2/zbus) from 3.6.1 to 3.14.1.
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-3.6.1...zbus-3.14.1)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/zbus-3.14.1 branch from 22a1ec3 to 6cd1be1 Compare November 8, 2023 20:59
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Superseded by #1156.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/zbus-3.14.1 branch March 1, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants