From cbac780a96d26110c9df6ce500d76923c06a1944 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 9 Nov 2022 16:37:55 +0800 Subject: [PATCH] Move once_cell to dev dependencies (#1207) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67215788..271860aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,6 @@ sqlx = { version = "^0.6", optional = true } uuid = { version = "^1", features = ["serde", "v4"], optional = true } ouroboros = "0.15" url = "^2.2" -once_cell = "1.8" thiserror = "^1" [dev-dependencies] @@ -58,6 +57,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array"] } pretty_assertions = { version = "^0.7" } time = { version = "^0.3", features = ["macros"] } +once_cell = "1.8" [features] debug-print = []