From 1ad54e0a4918f179a70b5f0ee21c3890b5d1bd18 Mon Sep 17 00:00:00 2001 From: Nobody Date: Sat, 26 Mar 2022 20:51:28 +0500 Subject: [PATCH] Bump sea-orm version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc1f39a..c3a42b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ pretty_env_logger = "0.4" num-traits = "0.2" num-derive = "0.3" pretty-hex = "0.2" -sea-orm = { version = "0.3", features = [ "sqlx-all", "runtime-async-std-native-tls" ] } +sea-orm = { version = "0.7", features = [ "sqlx-all", "runtime-async-std-native-tls" ] } hostname = "0.3" #local-ip-address = "0.4" chrono = "0.4"