From ab08792ff4691882efcb882582070e5d0c5a283b Mon Sep 17 00:00:00 2001 From: KD Date: Wed, 26 Mar 2025 19:07:08 -0400 Subject: [PATCH] Updated dependencies (#42) * Updated dependencies * Will update version in separate commit --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5b9748..eddedc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ edition = "2024" [dependencies] futures = { version = "0.3.31" } http = { version = "1.3.1" } -reqwest = { version = "0.12.14", features = ["json", "blocking", "multipart", "stream"] } +reqwest = { version = "0.12.15", 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"] } +tokio = { version = "1.44.1", features = ["full"] } +tokio-util = { version = "0.7.14", features = ["codec"] } icarus-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }