From 83faef1a3f85a0aac42aad0b65ec88b5da7c362e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:26:16 +0000 Subject: [PATCH] build(deps): update rust crate serde_json to 1.0.121 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbded254..2ffc9132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = { version = "1.10.5", default-features = false, features = ["perf", "std rust-ini = "0.21.0" semver = "1.0.23" serde = { version = "1.0.204", features = ["derive"] } -serde_json = "1.0.120" +serde_json = "1.0.121" sha1 = "0.10.6" shadow-rs = { version = "0.30.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux