diff --git a/ghast/Cargo.toml b/ghast/Cargo.toml index d1ee402..a291e3d 100644 --- a/ghast/Cargo.toml +++ b/ghast/Cargo.toml @@ -24,5 +24,5 @@ spirit = { path = "../spirit" } time = { version = "0.3.36", features = ["local-offset"] } tokio = { version = "1.47.1", features = ["full"] } tokio-stream = "0.1.17" -toml = "0.9.8" +toml = "1.0.6" tracing-subscriber = "0.3.18"