diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml index 1305f5214c3..d26b3441c3e 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 }