From 2e88321aecfd1c4a7fa69a1794ecdf34a401c358 Mon Sep 17 00:00:00 2001 From: Nemo157 Date: Sat, 25 May 2024 14:03:55 +0200 Subject: feat: support systemd socket activation for daemon (#2039) This avoids issues with clients attempting to connect to the daemon while it's starting, systemd creates the socket early and will queue connections up until the daemon is ready to accept them. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 250523ca..4a7709fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ readme = "README.md" async-trait = "0.1.58" base64 = "0.22" log = "0.4" -time = { version = "=0.3.34", features = [ +time = { version = "0.3.36", features = [ "serde-human-readable", "macros", "local-offset", -- cgit v1.3.1