aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0bb2f03..aca3cf5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2838,6 +2838,7 @@ dependencies = [
"tokio-stream",
"tracing",
"url",
+ "uuid",
"webpki-roots 0.26.11",
]
@@ -2919,6 +2920,7 @@ dependencies = [
"thiserror 2.0.12",
"time",
"tracing",
+ "uuid",
"whoami",
]
@@ -2957,6 +2959,7 @@ dependencies = [
"thiserror 2.0.12",
"time",
"tracing",
+ "uuid",
"whoami",
]
@@ -2983,6 +2986,7 @@ dependencies = [
"time",
"tracing",
"url",
+ "uuid",
]
[[package]]
@@ -3788,10 +3792,13 @@ dependencies = [
"config",
"metrics",
"metrics-exporter-prometheus",
+ "prost 0.14.1",
"serde",
"serde_json",
+ "sqlx",
"time",
"tokio",
+ "tonic 0.14.0",
"tower",
"tower-http",
"tracing",
@@ -3801,6 +3808,7 @@ dependencies = [
"utoipa-redoc",
"utoipa-scalar",
"utoipa-swagger-ui",
+ "uuid",
"warden-core",
"warden-stack",
]