From fa705421a1f74bec37a6c1030c7a4346bb59fff8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 7 May 2024 20:32:18 -0400 Subject: [PATCH] Update Rust crate serde_json to 1.0.117 (#107) Co-authored-by: Renovate Co-committed-by: Renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b525b5..8f2e062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ once_cell = "1.19.0" poise = "0.6.1" reqwest = { version = "0.12.4", features = ["json"] } serde = "1.0.201" -serde_json = "1.0.116" +serde_json = "1.0.117" sysinfo = "0.30.12" tokenservice-client = { version = "0.2.4", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }