mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)
This commit is contained in:
parent
80e950c648
commit
5651036d8f
@ -68,7 +68,7 @@ reqwest = { workspace = true, optional = true }
|
|||||||
hex = { version = "0.4", optional = true }
|
hex = { version = "0.4", optional = true }
|
||||||
sha2 = { version = "0.10", optional = true }
|
sha2 = { version = "0.10", optional = true }
|
||||||
indicatif = "0.17.7"
|
indicatif = "0.17.7"
|
||||||
tiny-bip39 = "1"
|
tiny-bip39 = "=1.0.0"
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
crossterm = { version = "0.27.0", features = ["serde"] }
|
crossterm = { version = "0.27.0", features = ["serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user