Skip to content

Commit

Permalink
Merge pull request #6958 from freedomofpress/bump-sequoia
Browse files Browse the repository at this point in the history
redwood: Upgrade sequoia-openpgp to 1.16.1
  • Loading branch information
zenmonkeykstop authored Oct 2, 2023
2 parents 2b25283 + 5a04d43 commit 60d9506
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 60d9506

Please sign in to comment.