From c590332e453c8861f01d316aa15e5e8e5f602cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:45:40 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23fc68d..f8635a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hyper = { version = "0.14" } struct-path = "0.2" rvstruct = "0.3.2" rsb_derive = "0.5" -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0.200", features = ["derive"] } tokio = { version = "1" } tokio-stream = "0.1" futures = "0.3"