From 0ba6928abb736d9ab7dafff7d7abbbc4d4c50805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:02:41 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.108 to 1.0.138 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20d9164..49d240e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2855,11 +2855,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7757da5..f0582d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] } tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "fs"] } tokio-util = { version = "0.7.10", features = ["io", "io-util", "compat"] } serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.138" serde_yaml = "0.9.29" serde_millis = "0.1.1" base64 = "0.22.1"