Browse Source

chore: Update libsecret

Fixes #984
merge-requests/1327/merge
Kévin Commaille 4 years ago
parent
commit
01d1e3c674
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -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",

2
Cargo.toml

@ -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"

Loading…
Cancel
Save