From 93949aa03096e96a88f02b19542ed4cecf2fcc5a Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 1 Jun 2024 18:57:46 +0100 Subject: [PATCH] Pin educe #781 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04eca885..6171c20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ inherent = "1.0" sea-query-attr = { version = "0.1.1", path = "sea-query-attr", default-features = false, optional = true } sea-query-derive = { version = "0.4.0", path = "sea-query-derive", default-features = false, optional = true } serde_json = { version = "1", default-features = false, optional = true, features = ["std"] } -educe = { version = "0.5.11", default-features = false, optional = true, features = ["Hash", "PartialEq", "Eq"] } +educe = { version = "=0.5.11", default-features = false, optional = true, features = ["Hash", "PartialEq", "Eq"] } chrono = { version = "0.4.27", default-features = false, optional = true, features = ["clock"] } postgres-types = { version = "0", default-features = false, optional = true } rust_decimal = { version = "1", default-features = false, optional = true }