From 813ce3d757bb0276267cba1a8f8e49f5bc4b0a32 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 1 May 2024 02:18:37 +0000
Subject: [PATCH] chore(deps): Update compatible (dev) (#723)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [libtest-mimic](https://togithub.com/LukasKalbertodt/libtest-mimic) |
dev-dependencies | patch | `0.7.0` -> `0.7.2` |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | dev-dependencies |
patch | `1.0.197` -> `1.0.199` |
| [serde_json](https://togithub.com/serde-rs/json) | dev-dependencies |
patch | `1.0.115` -> `1.0.116` |
---
### Release Notes
LukasKalbertodt/libtest-mimic (libtest-mimic)
###
[`v0.7.2`](https://togithub.com/LukasKalbertodt/libtest-mimic/blob/HEAD/CHANGELOG.md#072---2024-04-09)
- Fix `Conclusion::exit_code` (logic was inverted in 0.7.1)
###
[`v0.7.1`](https://togithub.com/LukasKalbertodt/libtest-mimic/blob/HEAD/CHANGELOG.md#071---2024-04-09)
- Add `Conclusion::exit_code` and note about destructors/cleanup to docs
of `exit` and `exit_if_failed`
[`e938e537e`](https://togithub.com/LukasKalbertodt/libtest-mimic/commit/e938e537e02d8cb9c9791fa63bcb8f4746dc3511)
serde-rs/serde (serde)
###
[`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199)
- Fix ambiguous associated item when `forward_to_deserialize_any!` is
used on an enum with `Error` variant
([#2732](https://togithub.com/serde-rs/serde/issues/2732), thanks
[@aatifsyed](https://togithub.com/aatifsyed))
###
[`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198)
- Support serializing and deserializing `Saturating`
([#2709](https://togithub.com/serde-rs/serde/issues/2709), thanks
[@jbethune](https://togithub.com/jbethune))
serde-rs/json (serde_json)
###
[`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116)
[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116)
- Make module structure comprehensible to static analysis
([#1124](https://togithub.com/serde-rs/json/issues/1124), thanks
[@mleonhard](https://togithub.com/mleonhard))
---
### Configuration
📅 **Schedule**: Branch creation - "before 5am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/toml-rs/toml).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Cargo.lock | 18 +++++++++---------
crates/benchmarks/Cargo.toml | 2 +-
crates/toml/Cargo.toml | 4 ++--
crates/toml_edit/Cargo.toml | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index efe51ce0..254b9cd0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -408,9 +408,9 @@ dependencies = [
[[package]]
name = "libtest-mimic"
-version = "0.7.0"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f0f4c6f44ecfd52e8b443f2ad18f2b996540135771561283c2352ce56a1c70b"
+checksum = "fefdf21230d6143476a28adbee3d930e2b68a3d56443c777cae3fe9340eebff9"
dependencies = [
"clap",
"escape8259",
@@ -588,9 +588,9 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.197"
+version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
+checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
dependencies = [
"serde_derive",
]
@@ -607,9 +607,9 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.197"
+version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
+checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
dependencies = [
"proc-macro2",
"quote",
@@ -618,9 +618,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.115"
+version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
+checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
dependencies = [
"itoa",
"ryu",
@@ -825,7 +825,7 @@ version = "0.22.12"
dependencies = [
"indexmap",
"kstring",
- "libtest-mimic 0.7.0",
+ "libtest-mimic 0.7.2",
"serde",
"serde_json",
"serde_spanned",
diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml
index 815e74bb..82661dc7 100644
--- a/crates/benchmarks/Cargo.toml
+++ b/crates/benchmarks/Cargo.toml
@@ -15,7 +15,7 @@ serde = { version = "1.0.197", features = ["derive"] }
toml = { path = "../toml" }
toml_edit = { path = "../toml_edit" }
toml_old = { version = "0.5.10", package = "toml" }
-serde_json = "1.0.115"
+serde_json = "1.0.116"
lexopt = "0.3.0"
divan = "0.1.14"
diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml
index cf603354..7fe1d251 100644
--- a/crates/toml/Cargo.toml
+++ b/crates/toml/Cargo.toml
@@ -47,8 +47,8 @@ toml_datetime = { version = "0.6.5", path = "../toml_datetime", features = ["ser
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"] }
[dev-dependencies]
-serde = { version = "1.0.197", features = ["derive"] }
-serde_json = "1.0.115"
+serde = { version = "1.0.199", features = ["derive"] }
+serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
snapbox = "0.4.16"
diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml
index fa40c5cb..be7c3b5d 100644
--- a/crates/toml_edit/Cargo.toml
+++ b/crates/toml_edit/Cargo.toml
@@ -48,10 +48,10 @@ toml_datetime = { version = "0.6.5", path = "../toml_datetime" }
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"], optional = true }
[dev-dependencies]
-serde_json = "1.0.115"
+serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
-libtest-mimic = "0.7.0"
+libtest-mimic = "0.7.2"
snapbox = { version = "0.4.16", features = ["harness"] }
[[test]]