From d9598f89f89891384d124b46b43a023cbc262dcd Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 27 Apr 2024 00:36:26 -0400 Subject: [PATCH] Update Rust crate serde to 1.0.199 (#100) 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 2c53420..6355298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ gamedig = "0.5.0" once_cell = "1.19.0" poise = "0.6.1" reqwest = { version = "0.12.4", features = ["json"] } -serde = "1.0.198" +serde = "1.0.199" serde_json = "1.0.116" sysinfo = "0.30.11" tokenservice-client = { version = "0.2.4", registry = "gitea" }