mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Don't vendor keyring (libdbus)
This commit is contained in:
@@ -8,13 +8,13 @@ publish = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
base32 = "0.5.1" # For encoding human-readable key
|
base32 = "0.5.1" # For encoding human-readable key
|
||||||
base64 = "0.22.1" # For encoding in the database
|
base64 = "0.22.1" # For encoding in the database
|
||||||
keyring = { version = "4.0.0-alpha.1", features = ["vendored"] }
|
chacha20poly1305 = "0.10.1"
|
||||||
|
keyring = { version = "4.0.0-rc.1" }
|
||||||
log = "0.4.26"
|
log = "0.4.26"
|
||||||
serde = { workspace = true, features = ["derive"] }
|
serde = { workspace = true, features = ["derive"] }
|
||||||
tauri = { workspace = true }
|
tauri = { workspace = true }
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
yaak-models = { workspace = true }
|
yaak-models = { workspace = true }
|
||||||
chacha20poly1305 = "0.10.1"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-plugin = { workspace = true, features = ["build"] }
|
tauri-plugin = { workspace = true, features = ["build"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user