Skip to content

Commit

Permalink
Remove unused blake2 and digest dependencies
Browse files Browse the repository at this point in the history
These are no longer used since the previous commit

Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Apr 3, 2024
1 parent 1042036 commit 00590c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
31 changes: 0 additions & 31 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ rand = "0.8.5"
bytes = "1.6.0"
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
serde_json = "1.0.115"
blake2 = "0.10.6"
digest = "0.10.7"
aes-gcm = "0.10.3"
log = { version = "0.4.21", features = ["release_max_level_debug"] }
pretty_env_logger = "0.5.0"
Expand Down

0 comments on commit 00590c0

Please sign in to comment.