diff options
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 1e2407b2..1faaaa81 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -38,7 +38,7 @@ humantime = "2.1.0" async-trait = { workspace = true } itertools = { workspace = true } rand = { workspace = true } -shellexpand = "3" +shellexpand = { workspace = true } sqlx = { workspace = true, features = ["sqlite", "regexp"] } minspan = "0.1.5" regex = { workspace = true } |
