Skip to content

Commit

Permalink
chore: upgrade presage
Browse files Browse the repository at this point in the history
Brings resolution patches for the following security advisories:

- GHSA-hrrc-wpfw-5hj2
- GHSA-r58q-66g9-h6g8
  • Loading branch information
boxdot committed Feb 16, 2025
1 parent d767dfc commit a2d5376
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ debug = true
dev = ["prost", "base64"]

[dependencies]
presage = { git = "https://github.com/whisperfish/presage", rev = "4377bdbfc7a94fcbf349cde7ceff9616c43f0830" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "4377bdbfc7a94fcbf349cde7ceff9616c43f0830" }
presage = { git = "https://github.com/whisperfish/presage", rev = "473c70d" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "473c70d" }

# dev feature dependencies
prost = { version = "0.13.4", optional = true }
Expand Down

0 comments on commit a2d5376

Please sign in to comment.