From 5889a3d15c5a22ab85562aaced9df447fec4d823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:53:44 +0000 Subject: [PATCH] Bump serde_json in /s3-uploader/runtimes/rust_on_provided_al2023 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.128...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock | 4 ++-- s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock index f8e892a700..ba0607c953 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock +++ b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock @@ -551,9 +551,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml index dca65fc5a1..128dc86ddb 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml +++ b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] lambda_runtime = "0.12.0" tokio = { version = "1", features = ["macros"] } -serde_json = "1.0.128" +serde_json = "1.0.133" [profile.release] opt-level = 'z'