From 7d64b58752ae037710e6f198b7f24b25b50b378a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 25 Aug 2024 22:43:49 +0000
Subject: [PATCH] chore(deps): update rust crates (#52)
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 |
|---|---|---|---|
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | dependencies | patch |
`1.0.208` -> `1.0.209` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.125` -> `1.0.127` |
---
### Release Notes
serde-rs/serde (serde)
###
[`v1.0.209`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.209)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.208...v1.0.209)
- Fix deserialization of empty structs and empty tuples inside of
untagged enums
([#2805](https://togithub.com/serde-rs/serde/issues/2805), thanks
[@Mingun](https://togithub.com/Mingun))
serde-rs/json (serde_json)
###
[`v1.0.127`](https://togithub.com/serde-rs/json/releases/tag/1.0.127)
[Compare
Source](https://togithub.com/serde-rs/json/compare/1.0.126...1.0.127)
- Add more removal methods to OccupiedEntry
([#1179](https://togithub.com/serde-rs/json/issues/1179), thanks
[@GREsau](https://togithub.com/GREsau))
###
[`v1.0.126`](https://togithub.com/serde-rs/json/releases/tag/1.0.126)
[Compare
Source](https://togithub.com/serde-rs/json/compare/1.0.125...1.0.126)
- Improve string parsing on targets that use 32-bit pointers but also
have fast 64-bit integer arithmetic, such as
aarch64-unknown-linux-gnu_ilp32 and x86\_64-unknown-linux-gnux32
([#1182](https://togithub.com/serde-rs/json/issues/1182), thanks
[@CryZe](https://togithub.com/CryZe))
---
### Configuration
📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, 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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/Boshen/criterion2.rs).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 95957c0..d3e646c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -969,18 +969,18 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.208"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
+checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.208"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
+checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
dependencies = [
"proc-macro2",
"quote",
@@ -989,9 +989,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.125"
+version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
+checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",