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"