summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atuin-dotfiles/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml
index 1305f521..d26b3441 100644
--- a/atuin-dotfiles/Cargo.toml
+++ b/atuin-dotfiles/Cargo.toml
@@ -13,8 +13,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "18.0.1" }
-atuin-client = { path = "../atuin-client", version = "18.0.1" }
+atuin-common = { path = "../atuin-common", version = "18.1.0" }
+atuin-client = { path = "../atuin-client", version = "18.1.0" }
eyre = { workspace = true }
tokio = { workspace = true }