Skip to content

Commit

Permalink
chore(deps): update pgp requirement from 0.11.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pgp](https://github.com/rpgp/rpgp) to permit the latest version.
- [Release notes](https://github.com/rpgp/rpgp/releases)
- [Changelog](https://github.com/rpgp/rpgp/blob/main/CHANGELOG.md)
- [Commits](rpgp/rpgp@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: pgp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 20cf5a2 commit c558008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ digest = "0.10"
sha2 = "0.10"
md-5 = "0.10"
sha1 = "0.10"
pgp = { version = "0.11.0", optional = true }
pgp = { version = "0.13.0", optional = true }
chrono = { version = "0.4", optional = true }
log = "0.4"
itertools = "0.13"
Expand Down

0 comments on commit c558008

Please sign in to comment.