From 4213fc4fcf7cbe8b0e02e87364d65984a339cc86 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 2 Mar 2025 20:51:26 -0500 Subject: [PATCH] Updated serde packages --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecdf95f..5f457bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" futures = { version = "0.3.31" } http = { version = "1.2.0" } reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] } -serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.138" +serde = { version = "1.0.218", features = ["derive"] } +serde_json = "1.0.139" tokio = { version = "1.43", features = ["full"] } tokio-util = { version = "0.7.13", features = ["codec"] }