Skip to content

Commit

Permalink
fix: migrate from slip10 to slipped10 crate
Browse files Browse the repository at this point in the history
Fix advisory issue
  • Loading branch information
willemneal authored and gitbutler-client committed Nov 14, 2024
1 parent 02c9c8e commit 8d80dad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 81 deletions.
103 changes: 23 additions & 80 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 cmd/crates/stellar-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stellar-strkey = { workspace = true }
ledger-transport-hid = "0.10.0"
ledger-transport = "0.10.0"
sep5.workspace = true
slip10 = "0.4.3"
slip10 = { package = "slipped10", version = "0.4.6" }
tracing = { workspace = true }
hex.workspace = true
byteorder = "1.5.0"
Expand Down

0 comments on commit 8d80dad

Please sign in to comment.