Update sequoia-openpgp to 1.16.0

Update lock file to use sequoia-openpgp 1.16.0.
This commit is contained in:
David Runge 2023-05-17 16:44:03 +02:00
parent a99c5acdd3
commit cd8ef12ef4
No known key found for this signature in database
GPG Key ID: BB992F9864FAD168

6
Cargo.lock generated
View File

@ -2889,13 +2889,13 @@ dependencies = [
[[package]] [[package]]
name = "sequoia-openpgp" name = "sequoia-openpgp"
version = "1.15.0" version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f614c63ebc9e217e390d4f1ac1bdd629e9976086e4605f8d75d95ba80e063b2" checksum = "30efff3f9930e85b4284e76bbdad741f36412dfb1e370efd0de5866ae1a11dfc"
dependencies = [ dependencies = [
"aes", "aes",
"anyhow", "anyhow",
"base64 0.13.1", "base64 0.21.0",
"block-padding", "block-padding",
"blowfish", "blowfish",
"botan", "botan",