From d06fa474abf013913f03d0e21e1d02eb1e726643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 03:05:50 +0000 Subject: [PATCH] Bump zerovec-derive Bumps the cargo group with 1 update in the /lambda/rust-runtime/lambda directory: [zerovec-derive](https://github.com/unicode-org/icu4x). Updates `zerovec-derive` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/compare/ind/zerovec@0.11.4...zerovec-derive@0.11.5) --- updated-dependencies: - dependency-name: zerovec-derive dependency-version: 0.11.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- lambda/rust-runtime/lambda/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda/rust-runtime/lambda/Cargo.lock b/lambda/rust-runtime/lambda/Cargo.lock index d22c9b325f..6273c37db2 100644 --- a/lambda/rust-runtime/lambda/Cargo.lock +++ b/lambda/rust-runtime/lambda/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.4" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47402523226a02bfe5230160dc3ccc089aa6f6f19e7fcbb4e6f824bbb1b4aa62" +checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da" dependencies = [ "proc-macro2", "quote",