From c5d9c37d4f52d13a86fd2d0d5a6b53f7a091a7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:06:08 +0100 Subject: [PATCH] Bump toml from 0.8.10 to 0.8.11 (#3736) Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ tests/tester/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c1d62fd2e..4d463c20f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ "serde_repr", "serde_yaml", "time 0.3.34", - "toml 0.8.10", + "toml 0.8.11", ] [[package]] @@ -3896,14 +3896,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.6", + "toml_edit 0.22.7", ] [[package]] @@ -3928,9 +3928,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" dependencies = [ "indexmap 2.2.5", "serde", diff --git a/tests/tester/Cargo.toml b/tests/tester/Cargo.toml index 1cf487f0f3..278dbd7892 100644 --- a/tests/tester/Cargo.toml +++ b/tests/tester/Cargo.toml @@ -25,7 +25,7 @@ once_cell.workspace = true colored.workspace = true rustc-hash = { workspace = true, features = ["std"] } rayon = "1.9.0" -toml = "0.8.10" +toml = "0.8.11" color-eyre = "0.6.2" phf = { workspace = true, features = ["macros"] } comfy-table = "7.1.0"