chore: Update libsecret

Fixes #984
This commit is contained in:
Kévin Commaille 2022-04-06 10:05:22 +02:00
parent 5de88e83ff
commit 01d1e3c674
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2178,9 +2178,9 @@ dependencies = [
[[package]]
name = "libsecret"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b8d814edb0cb306ffded3f1bfe72d6689529f95f7313a718331802723a73e5a"
checksum = "d4af5a2342942fa42d706a424e9f9914287fb8317132750fd73a241140ac38c1"
dependencies = [
"bitflags",
"gio",

View File

@ -28,7 +28,7 @@ serde = "1.0.130"
serde_json = "1.0"
tokio = { version = "1.15", features = ["rt", "rt-multi-thread", "sync"] }
url = "2.2"
libsecret = { version = "0.1.3", features = ["v0_19"] }
libsecret = { version = "0.1.4", features = ["v0_19"] }
html2pango = "0.4"
futures = "0.3"
rand = "0.8"