Added checks if the account already exists in the database

This commit is contained in:
2023-06-23 12:36:36 +03:00
parent be76b09427
commit 497e0ba5bf
3 changed files with 53 additions and 10 deletions

7
Cargo.lock generated
View File

@@ -1345,6 +1345,7 @@ dependencies = [
"migration",
"parking_lot 0.12.1",
"pretty_env_logger",
"rustc-hash",
"sea-orm",
"serde",
"serde_json",
@@ -1775,6 +1776,12 @@ dependencies = [
"serde_json",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.4.0"