chore: update Cargo.lock for audit-spine dependencies

This commit is contained in:
2026-06-02 08:02:09 +02:00
parent 86a3a8a47c
commit cc26c96a82
Generated
+9
View File
@@ -345,9 +345,13 @@ dependencies = [
name = "db" name = "db"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"domain",
"serde_json",
"sqlx", "sqlx",
"thiserror", "thiserror",
"time",
"tokio", "tokio",
"uuid",
] ]
[[package]] [[package]]
@@ -1787,6 +1791,7 @@ dependencies = [
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror", "thiserror",
"time",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@@ -1871,6 +1876,7 @@ dependencies = [
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror", "thiserror",
"time",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@@ -1909,6 +1915,7 @@ dependencies = [
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror", "thiserror",
"time",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@@ -1934,6 +1941,7 @@ dependencies = [
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror", "thiserror",
"time",
"tracing", "tracing",
"url", "url",
"uuid", "uuid",
@@ -2044,6 +2052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
dependencies = [ dependencies = [
"deranged", "deranged",
"itoa",
"num-conv", "num-conv",
"powerfmt", "powerfmt",
"serde_core", "serde_core",