aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml
index 6db8f96..b295e15 100644
--- a/daemon/Cargo.toml
+++ b/daemon/Cargo.toml
@@ -16,8 +16,8 @@ description = "A simple daemon for managing containers using systemd-nspawn and
zone_core = { path = "../core" }
threadpool = "1.8.1"
tracing = "0.1.29"
-tracing-subscriber = "0.3.3"
+tracing-subscriber = "0.3.7"
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
rocket_okapi = { version = "0.8.0-rc.1", features = ["rapidoc", "swagger", "secrets"] }
-anyhow = "1.0.52"
+anyhow = "1.0.53"
chrono = "0.4.19"