From 2550cf608e23fcb6913d63bf130d4fb7c9da3ed5 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 16 Feb 2025 17:45:45 -0500 Subject: [PATCH 1/3] Updating packages --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f4458b..ecdf95f 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.217", features = ["derive"] } +serde_json = "1.0.138" +tokio = { version = "1.43", features = ["full"] } +tokio-util = { version = "0.7.13", features = ["codec"] } -- 2.47.3 From 4213fc4fcf7cbe8b0e02e87364d65984a339cc86 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 2 Mar 2025 20:51:26 -0500 Subject: [PATCH 2/3] 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"] } -- 2.47.3 From 478d65009f0d10ff716dc7790b669a1b0a194146 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 12 Mar 2025 19:12:25 -0400 Subject: [PATCH 3/3] Updated packages --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa18e2..ca90cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ edition = "2024" [dependencies] 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"] } +http = { version = "1.3.1" } +reqwest = { version = "0.12.14", features = ["json", "blocking", "multipart", "stream"] } +serde = { version = "1.0.219", features = ["derive"] } +serde_json = "1.0.140" +tokio = { version = "1.44.0", features = ["full"] } tokio-util = { version = "0.7.13", features = ["codec"] } -- 2.47.3