diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 31c84b1203f..eba9dc53688 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"] }