From 3e05938e63691bb8dd01ffa805cfcb813c9429da Mon Sep 17 00:00:00 2001 From: Andrew121410 Date: Sun, 1 Sep 2024 22:42:32 -0400 Subject: [PATCH] Release 2.1.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 250c9e7..0f6f8e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limonium" -version = "2.1.1" +version = "2.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,7 +13,7 @@ serde = "1.0.209" serde_derive = "1.0.209" serde_json = "1.0.127" async-trait = "0.1.81" -tokio = { version = "1.39.3", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" self_update = { version = "0.41.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.10.0", features = ["v4"] }