From e400a581658c78daa131125cf1819ecfae7d4695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 04:15:16 +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 | 8 ++++---- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 306e953049..8226b77e37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5472,7 +5472,7 @@ dependencies = [ "tokio-stream", "toml 0.7.8", "toml_datetime", - "toml_edit 0.19.15", + "toml_edit 0.20.0", "tracing", "tracing-core", "trust-dns-proto", @@ -5546,7 +5546,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", ] @@ -9471,7 +9471,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.5", "static_assertions", ] @@ -10032,7 +10032,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 da7b582fe3..1a2435dbd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -356,7 +356,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 106da92f62..3ab0ca9562 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -266,7 +266,7 @@ once_cell = { version = "1.18.0", features = ["unstable"] } rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.9", features = ["fs", "termios"] } rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37.23", features = ["fs", "termios"] } 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"] } [target.x86_64-unknown-illumos.build-dependencies] bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } @@ -276,6 +276,6 @@ once_cell = { version = "1.18.0", features = ["unstable"] } rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.9", features = ["fs", "termios"] } rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37.23", features = ["fs", "termios"] } 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"] } ### END HAKARI SECTION