aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-10-07 08:45:34 -0700
committerGitHub <noreply@github.com>2024-10-07 08:45:34 -0700
commit5651036d8ff07c34aa1d469727ee773a5026d9ba (patch)
treef6ffed0c6e88e7af649371c66de0d056f31e4294 /crates
parentfix(daemon): Add context to error when unable to connect (#2394) (diff)
downloadatuin-5651036d8ff07c34aa1d469727ee773a5026d9ba.zip
fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }