From 5651036d8ff07c34aa1d469727ee773a5026d9ba Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 7 Oct 2024 08:45:34 -0700 Subject: fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412) --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 31c84b12..eba9dc53 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -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"] } -- cgit v1.3.1