From f5b1496b143ff5f0d459014c50b6a4aa5e3c7301 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 13 Aug 2021 22:55:53 +0800 Subject: [PATCH] Bump 0.12.11 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa40ea2b..8e932848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures = { version = "^0.3" } futures-util = { version = "^0.3" } rust_decimal = { version = "^1", optional = true } sea-orm-macros = { version = "^0.1", path = "sea-orm-macros", optional = true } -sea-query = { version = "^0.12.8" } +sea-query = { version = "^0.12.11" } sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } sqlx = { version = "^0.5", optional = true }