fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)

This commit is contained in:
Ellie Huxtable 2024-10-07 08:45:34 -07:00 committed by GitHub
parent 80e950c648
commit 5651036d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ reqwest = { workspace = true, optional = true }
hex = { version = "0.4", optional = true }
sha2 = { version = "0.10", optional = true }
indicatif = "0.17.7"
tiny-bip39 = "1"
tiny-bip39 = "=1.0.0"
# theme
crossterm = { version = "0.27.0", features = ["serde"] }