From cc26c96a824168d29e0a59bf9f875e3baf609f3c Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 2 Jun 2026 08:02:09 +0200 Subject: [PATCH] chore: update Cargo.lock for audit-spine dependencies --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 6f8dab2..cdf4647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,13 @@ dependencies = [ name = "db" version = "0.0.0" dependencies = [ + "domain", + "serde_json", "sqlx", "thiserror", + "time", "tokio", + "uuid", ] [[package]] @@ -1787,6 +1791,7 @@ dependencies = [ "sha2", "smallvec", "thiserror", + "time", "tokio", "tokio-stream", "tracing", @@ -1871,6 +1876,7 @@ dependencies = [ "sqlx-core", "stringprep", "thiserror", + "time", "tracing", "uuid", "whoami", @@ -1909,6 +1915,7 @@ dependencies = [ "sqlx-core", "stringprep", "thiserror", + "time", "tracing", "uuid", "whoami", @@ -1934,6 +1941,7 @@ dependencies = [ "serde_urlencoded", "sqlx-core", "thiserror", + "time", "tracing", "url", "uuid", @@ -2044,6 +2052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" dependencies = [ "deranged", + "itoa", "num-conv", "powerfmt", "serde_core",