Skip to content

Commit

Permalink
redwood: Upgrade sequoia-openpgp to 1.16.1
Browse files Browse the repository at this point in the history
See <https://lists.sequoia-pgp.org/hyperkitty/list/[email protected]/thread/TTXVH5UGWAMXG2ZZO7J2BEHENC6UPMSM/>
for details on the release.

This is a no-op for us, but let's stay up to date.

Fixes #6955.
  • Loading branch information
legoktm committed Sep 29, 2023
1 parent 2b25283 commit 5a04d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion redwood/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
pyo3 = { version = "0.18.0", features = ["extension-module"] }
sequoia-openpgp = { version = "1.13.0", default-features = false, features = ["crypto-openssl", "compression"]}
sequoia-openpgp = { version = "1.16.1", default-features = false, features = ["crypto-openssl", "compression"]}
thiserror = "1.0.31"

[dev-dependencies]
Expand Down

0 comments on commit 5a04d43

Please sign in to comment.