From 552338d0e33812e792f64544a352bd93ceaead68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:44:30 +0300 Subject: [PATCH] Bump serde from 1.0.203 to 1.0.205 (#1160) * Bump serde from 1.0.203 to 1.0.205 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.205. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.205) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43a7812e0..3311d8329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9695,18 +9695,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" dependencies = [ "proc-macro2", "quote", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index ca39658d7..10d127109 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -3039,7 +3039,7 @@ - std - name: semver-parser 0.7.0 features: [] -- name: serde 1.0.203 +- name: serde 1.0.205 features: - alloc - default @@ -3047,7 +3047,7 @@ - rc - serde_derive - std -- name: serde_derive 1.0.203 +- name: serde_derive 1.0.205 features: - default - name: serde_json 1.0.121