From a55f58183281a32914a27ccf721b83071adebfb6 Mon Sep 17 00:00:00 2001 From: Yin Jifeng Date: Tue, 28 Mar 2023 16:24:37 +0800 Subject: [PATCH] chore: don't pin time version --- core/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 8270dd9f7364..2f4285d225c9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -130,9 +130,7 @@ suppaftp = { version = "4.5", default-features = false, features = [ "async-secure", "async-rustls", ], optional = true } -# time 0.3.18 bump MSRV to 1.62, let's pin to 0.3.17 until we decide -# to bump ours -time = { version = ">=0.3.10, <=0.3.17", features = ["serde"] } +time = { version = "0.3", features = ["serde"] } tokio = { version = "1.26", features = ["fs"] } tracing = { version = "0.1", optional = true } trust-dns-resolver = { version = "0.22", optional = true }