From d4ffadcf49b9a1fedb80d231c858ff7fc11bb41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 05:48:36 +0000 Subject: [PATCH] Bump toml_edit from 0.19.15 to 0.20.0 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.15 to 0.20.0. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.15...v0.20.0) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6335cb32e6..cff26e5588c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5431,7 +5431,7 @@ dependencies = [ "tokio-stream", "toml 0.7.8", "toml_datetime", - "toml_edit 0.19.15", + "toml_edit 0.20.0", "tracing", "trust-dns-proto", "unicode-bidi", @@ -5504,7 +5504,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13" dependencies = [ - "indexmap 2.0.0", + "indexmap 1.9.3", "serde", "serde_json", ] @@ -9985,7 +9985,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.7.8", - "toml_edit 0.19.15", + "toml_edit 0.20.0", "tui-tree-widget", "unicode-width", "update-engine", diff --git a/Cargo.toml b/Cargo.toml index e453c47244f..954416abfe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -352,7 +352,7 @@ tokio-stream = "0.1.14" tokio-tungstenite = "0.18" tokio-util = "0.7.8" toml = "0.7.8" -toml_edit = "0.19.15" +toml_edit = "0.20.0" topological-sort = "0.2.2" tough = { version = "0.12", features = [ "http" ] } trust-dns-client = "0.22" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 820b2d23363..616e6eb2838 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -95,7 +95,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.14", features = ["net"] } toml = { version = "0.7.8" } toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] } -toml_edit = { version = "0.19.15", features = ["serde"] } +toml_edit = { version = "0.20.0", features = ["serde"] } tracing = { version = "0.1.37", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.13" } @@ -190,7 +190,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.14", features = ["net"] } toml = { version = "0.7.8" } toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] } -toml_edit = { version = "0.19.15", features = ["serde"] } +toml_edit = { version = "0.20.0", features = ["serde"] } tracing = { version = "0.1.37", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.13" }