summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-12-10 13:00:59 +0000
committerGitHub <noreply@github.com>2023-12-10 13:00:59 +0000
commitda2e58fbb17aa05510df2480f7e1d47e21e74c73 (patch)
treea9395a961d26f885ce2801874711aefcb6379b07 /atuin-client/Cargo.toml
parent3db71f2c1ccc907a758a9ab33095b2f78e7427d4 (diff)
chore(release): prepare for release v17.1.0 (#1432)v17.1.0
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index eae23938..951b3274 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -17,7 +17,7 @@ default = ["sync"]
sync = ["urlencoding", "reqwest", "sha2", "hex"]
[dependencies]
-atuin-common = { path = "../atuin-common", version = "17.0.1" }
+atuin-common = { path = "../atuin-common", version = "17.1.0" }
log = { workspace = true }
base64 = { workspace = true }