From 757e27303a8b1c7d5e5fbca01e44dd669283fa61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:45:11 +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 ede2ed6..ef6c23b 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 = [