aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorCristian Le <git@lecris.dev>2025-04-16 13:25:39 +0200
committerGitHub <noreply@github.com>2025-04-16 12:25:39 +0100
commit28ddb45e01467b6afe7c19c7ca52a8fde5f823ef (patch)
treed049c96c3e186e292fc7c88a0b8e78f01a1f2bc0 /crates
parentchore(deps): bump debian (#2699) (diff)
downloadatuin-28ddb45e01467b6afe7c19c7ca52a8fde5f823ef.zip
Update dependencies (#2695)
- Bump protox to 0.8 - Bump interim to 0.2
Diffstat (limited to '')
-rw-r--r--crates/atuin-daemon/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 511bd842..8c2beb18 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -40,5 +40,5 @@ rand.workspace = true
listenfd = "1.0.1"
[build-dependencies]
-protox = "0.7.0"
+protox = "0.8.0"
tonic-build = "0.12"