From 939493e4156c60742513ef3a707bbfcf9c9c3da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 06:38:43 +0000 Subject: [PATCH] chore(deps): Bump serde_default from 0.1.0 to 0.2.0 (#17790) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- src/common/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22ad4acc8a46a..fc79351597ace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12923,14 +12923,14 @@ dependencies = [ [[package]] name = "serde_default" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd4c77b86d9fb10363e52607ca6dc3043d8dfde6c790b702ed4ffafb34e7b99" +checksum = "486b028b311aaaea83e0ba65a3e6e3cbef381e74e9d0bd6263faefd1fb503c1d" dependencies = [ - "darling 0.13.4", + "darling 0.20.9", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 70303ba4f55cc..96667240a5935 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -97,7 +97,7 @@ rw_resource_util = { workspace = true } ryu = "1.0" serde = { version = "1", features = ["derive"] } serde_bytes = "0.11" -serde_default = "0.1" +serde_default = "0.2" serde_json = "1" serde_with = "3" smallbitset = "0.7.1"