From a751640d13faf9158cbfe654757f18be86351df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:53:04 +0000 Subject: [PATCH] Bump serde_json in /s3-uploader/runtimes/rust_on_provided_al2 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock | 4 ++-- s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock index b5e5c1abcd..75117485cd 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock +++ b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml index 5b0e7d7bcc..d883d18006 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml +++ b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] lambda_runtime = "1.0.2" tokio = { version = "1", features = ["macros"] } -serde_json = "1.0.149" +serde_json = "1.0.150" [profile.release] opt-level = 'z'