chore: bump sqlx to 0.7

This commit is contained in:
Aravinth Manivannan
2023-10-16 21:11:04 +05:30
parent 0d2c02348b
commit 0e75a22beb
105 changed files with 2455 additions and 1183 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "MySQL",
"query": "insert into mcaptcha_users \n (name , password, email, secret) values (?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "8ec8bbde0c02a99f74d12e6778f123a973283e6d56b6861b30f559768617848a"
}