You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
842 B
40 lines
842 B
--- sequoia-keyring-linter-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ sequoia-keyring-linter-1.0.1/Cargo.toml 2023-04-14T11:43:19.210639+00:00
|
|
@@ -32,6 +32,10 @@
|
|
license = "GPL-2.0-or-later"
|
|
repository = "https://gitlab.com/sequoia-pgp/keyring-linter"
|
|
resolver = "2"
|
|
+exclude = [
|
|
+ "/Makefile",
|
|
+ "/sq-keyring-linter.1",
|
|
+]
|
|
|
|
[[bin]]
|
|
name = "sq-keyring-linter"
|
|
@@ -57,7 +61,7 @@
|
|
]
|
|
|
|
[dependencies.rpassword]
|
|
-version = "6.0"
|
|
+version = "7.0"
|
|
|
|
[dependencies.sequoia-openpgp]
|
|
version = "1.0"
|
|
@@ -67,7 +71,7 @@
|
|
version = "1"
|
|
|
|
[dev-dependencies.assert_cmd]
|
|
-version = "1.0.1"
|
|
+version = "2.0.0"
|
|
|
|
[dev-dependencies.predicates]
|
|
version = "1.0.5"
|
|
@@ -89,7 +93,6 @@
|
|
version = "0.2"
|
|
|
|
[features]
|
|
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
|
|
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
|
default = ["crypto-nettle"]
|
|
|