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 bc2f3f1..0bb2f03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2827,15 +2827,18 @@ dependencies = [
"memchr",
"once_cell",
"percent-encoding",
+ "rustls",
"serde",
"serde_json",
"sha2",
"smallvec",
"thiserror 2.0.12",
+ "time",
"tokio",
"tokio-stream",
"tracing",
"url",
+ "webpki-roots 0.26.11",
]
[[package]]
@@ -2914,6 +2917,7 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror 2.0.12",
+ "time",
"tracing",
"whoami",
]
@@ -2951,6 +2955,7 @@ dependencies = [
"sqlx-core",
"stringprep",
"thiserror 2.0.12",
+ "time",
"tracing",
"whoami",
]
@@ -2975,6 +2980,7 @@ dependencies = [
"serde_urlencoded",
"sqlx-core",
"thiserror 2.0.12",
+ "time",
"tracing",
"url",
]
@@ -3825,8 +3831,10 @@ dependencies = [
"metrics-exporter-prometheus",
"serde",
"serde_json",
+ "sqlx",
"time",
"tokio",
+ "tonic 0.14.0",
"tracing",
"warden-core",
"warden-stack",