From 2b691b769e7b6da372b5bf15bc9faeb550dc8919 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 26 Nov 2024 10:26:41 +0000
Subject: [PATCH] chore(deps): bump the patch group with 2 updates (#97)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the patch group with 2 updates:
[serde](https://github.com/serde-rs/serde) and
[serde_json](https://github.com/serde-rs/json).
Updates `serde` from 1.0.213 to 1.0.215
Release notes
Sourced from serde's
releases.
v1.0.215
- Produce warning when multiple fields or variants have the same
deserialization name (#2855,
#2856,
#2857)
v1.0.214
- Implement IntoDeserializer for all Deserializers in serde::de::value
module (#2568,
thanks
@​Mingun
)
Commits
8939af4
Release 1.0.215
fa5d58c
Use ui test syntax that does not interfere with rustfmt
1a3cf4b
Update PR 2562 ui tests
7d96352
Merge pull request #2857
from dtolnay/collide
111ecc5
Update ui tests for warning on colliding aliases
edd6fe9
Revert "Add checks for conflicts for aliases"
a20e924
Revert "pacify clippy"
b1353a9
Merge pull request #2856
from dtolnay/dename
c59e876
Produce a separate warning for every colliding name
7f1e697
Merge pull request #2855
from dtolnay/namespan
- Additional commits viewable in compare
view
Updates `serde_json` from 1.0.132 to 1.0.133
Release notes
Sourced from serde_json's
releases.
v1.0.133
- Implement From<[T; N]> for serde_json::Value (#1215)
Commits
0903de4
Release 1.0.133
2b65ca0
Merge pull request #1215
from dtolnay/fromarray
4e5f985
Implement From<[T; N]> for Value
2ccb5b6
Disable question_mark clippy lint in lexical test
a11f5f2
Resolve unnecessary_map_or clippy lints
07f280a
Wrap PR 1213 to 80 columns
75ed447
Merge pull request #1213
from djmitche/safety-comment
73011c0
Add a safety comment to unsafe block
be2198a
Prevent upload-artifact step from causing CI failure
7cce517
Raise minimum version for preserve_order feature to Rust 1.65
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 58102a6..dee413c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -449,18 +449,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
[[package]]
name = "serde"
-version = "1.0.213"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
+checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.213"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
+checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
@@ -469,9 +469,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.132"
+version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
+checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",