From 4c99f88baf28ea914003be8ecba6ae313c92c9b2 Mon Sep 17 00:00:00 2001 From: KD Date: Sun, 2 Mar 2025 20:52:33 -0500 Subject: [PATCH] Updating packages (#24) * Updating packages * Updated serde packages --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f4458b..5f457bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures = { version = "0.3.30" } -http = { version = "1.1.0" } -reqwest = { version = "0.12.4", features = ["json", "blocking", "multipart", "stream"] } -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.115" -tokio = { version = "1.37", features = ["full"] } -tokio-util = { version = "0.7.11", features = ["codec"] } +futures = { version = "0.3.31" } +http = { version = "1.2.0" } +reqwest = { version = "0.12.12", features = ["json", "blocking", "multipart", "stream"] } +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"] }