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

update to zbus v4 #166

Closed
thewh1teagle opened this issue Feb 26, 2024 · 4 comments
Closed

update to zbus v4 #166

thewh1teagle opened this issue Feb 26, 2024 · 4 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@thewh1teagle
Copy link

thewh1teagle commented Feb 26, 2024

I use dialog plugin from tauri which uses zbus v4,
And I can't use this library along with that plugin because there's a conflict.

Do you have plans to update it to zbus v4? secret-service/Cargo.toml#L37

Error:

error: failed to select a version for `zvariant_utils`.
    ... required by package `zbus_macros v4.0.0`
    ... which satisfies dependency `zbus_macros = "=4.0.0"` of package `zbus v4.0.0`
    ... which satisfies dependency `zbus = "^4.0"` of package `ashpd v0.8.0`
    ... which satisfies dependency `ashpd = "^0.8"` of package `rfd v0.14.0`
    ... which satisfies dependency `rfd = "^0.14"` of package `tauri-plugin-dialog v2.0.0-beta.1 (https://github.com/thewh1teagle/plugins-workspace?branch=v2#dc6d3321)`
    ... which satisfies git dependency `tauri-plugin-dialog` of package `app_name v0.2.8 (/Users/user/Documents/app_name/app_name/src-tauri)`
versions that meet the requirements `=1.1.0` are: 1.1.0

all possible versions conflict with previously selected packages.

  previously selected package `zvariant_utils v1.0.1`
    ... which satisfies dependency `zvariant_utils = "=1.0.1"` (locked to 1.0.1) of package `zbus_macros v3.15.2`
    ... which satisfies dependency `zbus_macros = "=3.15.2"` (locked to 3.15.2) of package `zbus v3.15.2`
    ... which satisfies dependency `zbus = "^3.7"` (locked to 3.15.2) of package `secret-service v3.0.1`
    ... which satisfies dependency `secret-service = "^3"` (locked to 3.0.1) of package `keyring v2.3.2`
    ... which satisfies dependency `keyring = "^2.2.0"` (locked to 2.3.2) of package `app_name` v0.2.8 (/Users/user/Documents/app_name/app_name/src-tauri)`
@brotskydotcom brotskydotcom added the dependencies Pull requests that update a dependency file label Feb 28, 2024
@brotskydotcom brotskydotcom self-assigned this Feb 28, 2024
@brotskydotcom
Copy link
Collaborator

Sorry, but I'm not a secret-service maintainer, so I can't help you with this. I see you've also filed a bug with secret-service about this; hopefully they will get to it fairly soon and then I will take their update here.

@brotskydotcom brotskydotcom added the waiting Waiting for an action outside the repo label Feb 28, 2024
@brotskydotcom
Copy link
Collaborator

The tracking bug is hwchen/secret-service-rs#71, which was closed before the release was made. Hoping to see a release soon.

@brotskydotcom brotskydotcom removed the waiting Waiting for an action outside the repo label Jun 21, 2024
@brotskydotcom
Copy link
Collaborator

The secret-service release has been made, and I'll get it integrated in the next week or two. I'm leaning towards making this a minor release, since the API for this crate is not changing, but I'm open to thoughts from others. It's such a big dependency change it might be worth a major release just to warn people.

@brotskydotcom
Copy link
Collaborator

Fixed in PR #179. Please try the pre-release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants