feat: with tx on all

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-03 23:08:12 +02:00
parent e774529b04
commit bc28451f8d
18 changed files with 256 additions and 28 deletions

6
Cargo.lock generated
View File

@@ -725,6 +725,8 @@ dependencies = [
"crunch-envelope",
"crunch-traits",
"futures",
"serde",
"serde_json",
"sqlx",
"thiserror",
"tokio",
@@ -2449,6 +2451,7 @@ dependencies = [
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots",
]
@@ -2531,6 +2534,7 @@ dependencies = [
"stringprep",
"thiserror",
"tracing",
"uuid",
"whoami",
]
@@ -2571,6 +2575,7 @@ dependencies = [
"stringprep",
"thiserror",
"tracing",
"uuid",
"whoami",
]
@@ -2595,6 +2600,7 @@ dependencies = [
"sqlx-core",
"tracing",
"url",
"uuid",
]
[[package]]