aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 941527b..239103d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ clap = { version = "4.5.1", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.1" 12cron = "0.12.1"
13eyre = "0.6.12" 13eyre = "0.6.12"
14serde = { version = "1.0.196", features = ["derive"] } 14serde = { version = "1.0.197", features = ["derive"] }
15toml = "0.8.10" 15toml = "0.8.10"
16tracing = "0.1.40" 16tracing = "0.1.40"
17tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } 17tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }