diff --git a/Cargo.toml b/Cargo.toml index 2439e2e..7971823 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1.0" sysinfo = "0.30" thiserror = "1" -toml_edit = "0.21" +toml_edit = "0.22" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } tokio-postgres-rustls = "0.10" tracing = "0.1"