summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-16 14:51:11 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-16 14:52:15 +0200
commit40ddd6e4a9cfca592e5a2b4bc42f6fba6651317b (patch)
tree885e778accead45cc2cb6bad2b0bdbf5dd22c84d
parent020a62c4468c265d5c21678227ab02ce5abbf033 (diff)
openpgp: Fix dependencies.
- Select dependencies that work with rustc 1.46.
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index d5de3fd7..772f2163 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -26,7 +26,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1.0.18"
-buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "1.0, <1.1", default-features = false }
base64 = ">=0.12, <0.21"
bzip2 = { version = "0.4", optional = true }
dyn-clone = "1"