From 53966d0909e6b19099b65286a349729f3449cbc0 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Wed, 31 Jul 2024 15:45:36 +0400 Subject: [PATCH] fix(core/source): downgrade unicycle v0.10->0.9 --- elfo-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfo-core/Cargo.toml b/elfo-core/Cargo.toml index 1014f8b8..14d9a594 100644 --- a/elfo-core/Cargo.toml +++ b/elfo-core/Cargo.toml @@ -52,7 +52,7 @@ once_cell = { version = "1.8.0", features = ["parking_lot"] } serde_json = { version = "1.0.64", features = ["raw_value"] } regex = "1.6.0" thread_local = { version = "1.1.3", optional = true } -unicycle = "0.10.1" +unicycle = "0.9.4" rmp-serde = { version = "1.1.0", optional = true } humantime-serde = "1"