From 481c10118f6ff89e4d0bfe41e25f1393a2b5e9dc Mon Sep 17 00:00:00 2001 From: EdwinBetanc0urt Date: Tue, 25 Jun 2024 12:25:39 -0400 Subject: [PATCH] feat: Update package dependencies. --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20076c3..c41c15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ publish = false [dependencies] dotenv = "0.15.0" -serde = "1.0.197" -async-trait = "0.1.58" -salvo = { version = "0.66.0", features=["cors"] } -tokio = { version = "1.36.0", features = ["macros"] } -serde_json = "1.0.114" -log = "0.4.20" -simple_logger = "4.3.3" +serde = "1.0.203" +async-trait = "0.1.80" +salvo = { version = "0.68.4", features=["cors"] } +tokio = { version = "1.38.0", features = ["macros"] } +serde_json = "1.0.118" +log = "0.4.21" +simple_logger = "5.0.0" futures = "0.3.30" rdkafka = "0.36.2" opensearch = "2.2.0"