Skip to content

Commit fb35f6d

Browse files
author
Sebastian Thiel
committed
Update to latest GPGME version
1 parent e2d8a35 commit fb35f6d

File tree

4 files changed

+31
-34
lines changed

4 files changed

+31
-34
lines changed

Cargo.lock

Lines changed: 28 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy_static = {version = "1.4.0", optional = true}
7575
atty = {version = "0.2.14", optional = true}
7676
glob = {version = "0.3", optional = true}
7777
conv = {version = "0.3.3", optional = true}
78-
gpgme = {version = "0.8.0", optional = true}
78+
gpgme = {version = "0.9.2", optional = true}
7979
itertools = {version = "0.9.0", optional = true}
8080

8181
[dependencies.sheesy-tools]

lib/vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ atty = "0.2.14"
1919
lazy_static = "1.4.0"
2020
failure = "0.1.7"
2121
failure_derive = "0.1.7"
22-
gpgme = { version = "0.8.0" }
22+
gpgme = { version = "0.9.2" }
2323
serde = "1.0.106"
2424
serde_derive = "1.0.106"
2525
serde_yaml = "0.8.11"

release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### V4.0.9: Update brew package description
1+
### V4.0.9: Update brew package description; update dependencies
22

33
* it's necessary to depend on `gpgme` instead of just `gnupg` for the tool to work on MacOS by default
44

0 commit comments

Comments
 (0)