From 60413ec66738b3b4ef0cdfa532d1d7f724315136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 06:40:50 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to v1.0.139 --- Cargo.lock | 7 ++++--- crates/figma-agent/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16e61f8..be35642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -1255,11 +1255,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/crates/figma-agent/Cargo.toml b/crates/figma-agent/Cargo.toml index 1e34a73..d26fc31 100644 --- a/crates/figma-agent/Cargo.toml +++ b/crates/figma-agent/Cargo.toml @@ -15,5 +15,5 @@ lazy_static = "=1.4.0" listenfd = "=1.0.1" parking_lot = "=0.12.1" serde = { version = "=1.0.197", features = ["derive"] } -serde_json = "=1.0.115" +serde_json = "=1.0.139" xdg = "=2.5.2"