From 335bad527c4819b40ad58c18bfcc0f10c66ee5ed Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Sun, 28 Aug 2022 16:32:21 +0000 Subject: [PATCH] bug fixed --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8a6a60..84e1dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,12 +32,11 @@ prost = { version = "0" } rust-argon2 = { version = "1" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -time = { version = "0.3" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tokio-cron-scheduler = { version = "0" } uuid = { version = "0", features = ["serde", "v4", "v5"] } beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.79-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.64-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.65-snapshot" } [build-dependencies]