diff --git a/Cargo.toml b/Cargo.toml index c3b6dfd..4cc5373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ futures = { version = "0.3.17", features = [] } serde_json = "1.0.108" serde = { version = "1.0.190", features = ["derive"] } toml = { version = "0.8.8", features = [] } -toml_edit = "0.21.0" +toml_edit = "0.22.12" log = "0.4.20" simple_logger = "4.3.3" enum-map = "2.7.3"