diff --git a/Cargo.lock b/Cargo.lock index 5557774074..a7aa3aa153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10131,7 +10131,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.8.6", - "toml_edit 0.19.15", + "toml_edit 0.20.7", "tui-tree-widget", "unicode-width", "update-engine", diff --git a/Cargo.toml b/Cargo.toml index 74a4bb6b58..8aaae347d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -363,7 +363,7 @@ tokio-stream = "0.1.14" tokio-tungstenite = "0.18" tokio-util = "0.7.10" toml = "0.8.6" -toml_edit = "0.19.15" +toml_edit = "0.20.7" topological-sort = "0.2.2" tough = { version = "0.12", features = [ "http" ] } trust-dns-client = "0.22"