aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/Cargo.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-03-27 12:00:28 -0700
committerGitHub <noreply@github.com>2026-03-27 12:00:28 -0700
commite0d97af547ccbe4bcfdae64b97746ac2eecdf6fb (patch)
tree1c485bca59945bc3d0f42b6e84e95ad4e54b550e /crates/atuin-daemon/Cargo.toml
parentchore(deps): Update to eye-declare v0.2.0 (#3355) (diff)
downloadatuin-e0d97af547ccbe4bcfdae64b97746ac2eecdf6fb.zip
chore: Prepare 18.13.6 release (#3356)
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
-rw-r--r--crates/atuin-daemon/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index a60aa882..1211ef10 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -14,10 +14,10 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-client = { path = "../atuin-client", version = "18.13.5" }
-atuin-common = { path = "../atuin-common", version = "18.13.5" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.5" }
-atuin-history = { path = "../atuin-history", version = "18.13.5" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.6" }
+atuin-history = { path = "../atuin-history", version = "18.13.6" }
time = { workspace = true }
uuid = { workspace = true }