From 8ed305631f38f346a9e1771c03422d84b6cb22e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:54:54 +0000 Subject: [PATCH] fix(deps): update serde packages --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9373b5b..5b1c2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,8 +69,8 @@ prost = { version = "0.12", optional = true } prost-types = { version = "0.12", optional = true } reqwest = { version = "0.11.27", features = ["json", "rustls-tls"], default-features = false, optional = true } rocket = { version = "0.5.0", optional = true } -serde = { version = "1.0", features = ["derive"], optional = true } -serde_json = { version = "1.0", optional = true } +serde = { version = "1.0.200", features = ["derive"], optional = true } +serde_json = { version = "1.0.116", optional = true } serde_urlencoded = { version = "0.7.1", optional = true } time = { version = "0.3.36", optional = true } tokio = { version = "1", optional = true, features = [