mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-27 12:26:38 +01:00
Bump libsecret for rust (#1480)
This commit is contained in:
parent
e0d7d2b43a
commit
2b0d7ac72c
4
desktop_native/Cargo.lock
generated
4
desktop_native/Cargo.lock
generated
@ -343,9 +343,9 @@ checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libsecret"
|
name = "libsecret"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b8d814edb0cb306ffded3f1bfe72d6689529f95f7313a718331802723a73e5a"
|
checksum = "d4af5a2342942fa42d706a424e9f9914287fb8317132750fd73a241140ac38c1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"gio",
|
"gio",
|
||||||
|
@ -40,4 +40,4 @@ security-framework-sys = "2.6.1"
|
|||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
gio = "0.15.6"
|
gio = "0.15.6"
|
||||||
libsecret = "0.1.3"
|
libsecret = "0.1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user