From 568038eddc31d94404d141052e7b3e6d3664d559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:28:05 +0000 Subject: [PATCH] Update all --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f5022f..d421961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ edition = "2021" reqwest = "0.11.23" serde = "1.0.193" serde_derive = "1.0.193" -serde_json = "1.0.108" -async-trait = "0.1.75" +serde_json = "1.0.111" +async-trait = "0.1.77" tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] }