From a736c808965042d2b148f3675065ecc5ca916dc0 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Wed, 22 Feb 2023 09:26:40 +0800 Subject: [PATCH 1/2] Unlock once_cell version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b9b74b7..57d46177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,7 @@ futures-channel = "0.3" futures-util = { version = "0.3", default-features = false } http = "0.2" -# Necessary to overcome msrv check of rust 1.49, as 1.15.0 failed -once_cell = "=1.14" +once_cell = "1.17" pin-project-lite = "0.2.4" socket2 = "0.4" From 0801219e48760d72c589bb11556b6a97016383b3 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Thu, 23 Feb 2023 06:58:18 +0800 Subject: [PATCH 2/2] change once_cell version to 1.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57d46177..470ee8db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures-channel = "0.3" futures-util = { version = "0.3", default-features = false } http = "0.2" -once_cell = "1.17" +once_cell = "1.14" pin-project-lite = "0.2.4" socket2 = "0.4"