From c6d655d44d59a9ba6f8832893bcc841de3ca0282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:59:46 +0000 Subject: [PATCH] Bump serde_json from 1.0.137 to 1.0.138 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- hem-lambda/Cargo.toml | 2 +- schema-gen/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f20945d..1d60afa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2112,9 +2112,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 7e39a689..e51c8695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rayon = "1.10.0" schemars = { version = "0.8.21", optional = true } serde = { version = "1.0.217", features = ["derive", "rc"] } serde-enum-str = "0.4.0" -serde_json = "1.0.137" +serde_json = "1.0.138" serde_repr = "0.1.19" serde_valid = "1.0.4" statrs = "0.18.0" diff --git a/hem-lambda/Cargo.toml b/hem-lambda/Cargo.toml index 57c18f5d..02437fb7 100644 --- a/hem-lambda/Cargo.toml +++ b/hem-lambda/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.95" hem = { path = ".." } lambda_http = "0.14.0" parking_lot = "0.12.3" -serde_json = "1.0.137" +serde_json = "1.0.138" tokio = { version = "1", features = ["macros"] } uuid = { version = "1.12.0", features = ["v4", "serde"] } diff --git a/schema-gen/Cargo.toml b/schema-gen/Cargo.toml index 36d332b9..d422a6ad 100644 --- a/schema-gen/Cargo.toml +++ b/schema-gen/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] hem = { path = "..", features = ["schemars"] } schemars = { version = "0.8.21", features = ["arrayvec07", "indexmap2"] } -serde_json = "1.0.137" \ No newline at end of file +serde_json = "1.0.138" \ No newline at end of file