From f8fbc2462d9010542447bdc5a92b7b11b7eac3d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:55:42 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to v1.0.137 --- cctui/Cargo.lock | 4 ++-- cctui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cctui/Cargo.lock b/cctui/Cargo.lock index afab5e17..0a4c2be4 100644 --- a/cctui/Cargo.lock +++ b/cctui/Cargo.lock @@ -1500,9 +1500,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/cctui/Cargo.toml b/cctui/Cargo.toml index 08723324..9147ccee 100644 --- a/cctui/Cargo.toml +++ b/cctui/Cargo.toml @@ -24,5 +24,5 @@ ratatui = "=0.29.0" reqwest = { version = "=0.12.12", features = ["blocking", "json"] } serde = { version = "=1.0.217", features = ["derive"] } serde-xml-rs = "=0.6.0" -serde_json = "=1.0.136" +serde_json = "=1.0.137" xdg = "=2.5.2"