From 0d879c0ab1d3a590e8f80bb333d10e91c287cad5 Mon Sep 17 00:00:00 2001 From: qdrant-cloud-bot <111755117+qdrant-cloud-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:52:07 +0300 Subject: [PATCH] build(deps): bump serde_with from 3.20.0 to 3.21.0 (#9865) Align the workspace dependency pin with the already-resolved Cargo.lock version (includes GHSA-7gcf-g7xr-8hxj fix). Co-authored-by: Cursor --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a104ba5e..2fed38fb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ self_cell = "1.2.2" serde = { version = "~1.0", features = ["derive", "rc"] } serde_cbor = "0.11.2" serde_variant = "0.1.3" -serde_with = "3.20.0" +serde_with = "3.21.0" sha2 = "0.11.0" serde_json = { version = "~1.0", features = ["preserve_order"] } slab = "0.4.12"