diff options
Diffstat (limited to 'crates/atuin-dotfiles')
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 1bd16223..8eb57d0d 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -19,7 +19,7 @@ atuin-client = { path = "../atuin-client", version = "18.2.0" } eyre = { workspace = true } tokio = { workspace = true } -rmp = { version = "0.8.11" } +rmp = { version = "0.8.14" } rand = { workspace = true } serde = { workspace = true } crypto_secretbox = "0.1.1" |
