1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

[deps] Platform: Update Rust crate gio to v0.20.5

This commit is contained in:
renovate[bot]
2024-10-30 09:49:25 +00:00
committed by GitHub
parent 85fa0f6f36
commit e5072a2eae

View File

@@ -66,7 +66,7 @@ security-framework = { version = "=2.11.0", optional = true }
security-framework-sys = { version = "=2.11.0", optional = true }
[target.'cfg(target_os = "linux")'.dependencies]
gio = { version = "=0.19.5", optional = true }
gio = { version = "=0.20.5", optional = true }
libsecret = { version = "=0.5.0", optional = true }
zbus = { version = "=4.3.1", optional = true }
zbus_polkit = { version = "=4.0.0", optional = true }