From 4407fc9f97b3b479e19aaeeb09d83511d9413ca2 Mon Sep 17 00:00:00 2001 From: Victoria Suslova Date: Wed, 13 Nov 2024 19:14:55 +0300 Subject: [PATCH] up time lib version --- tarantool/Cargo.toml | 4 ++-- tests/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tarantool/Cargo.toml b/tarantool/Cargo.toml index 8f783095..143bee0d 100644 --- a/tarantool/Cargo.toml +++ b/tarantool/Cargo.toml @@ -42,7 +42,7 @@ futures = "0.3.25" linkme = "0.3.0" async-trait = "0.1.64" tester = { version = "0.7.0", optional = true } -time = ">=0.3.0, <0.3.18" +time = "^0.3.36" crossbeam-queue = { version = "0.3.8", optional = true } async-std = { version = "1.12.0", optional = true, default-features = false, features = [ "std", @@ -81,5 +81,5 @@ standalone_decimal = ["dec"] [dev-dependencies] -time-macros = "=0.2.6" +time-macros = "=0.2.18" pretty_assertions = "1.4" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 77b8e10a..084e38c9 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -26,8 +26,8 @@ rmpv = { version = "1", features = ["with-serde"] } libc = "*" futures = "0.3.25" linkme = "0.3.0" -time = "=0.3.17" -time-macros = "=0.2.6" +time = "=0.3.36" +time-macros = "=0.2.18" [dependencies.tarantool] path = "../tarantool"