Merge branch 'main' into boris/dev-1205-trace-rules

This commit is contained in:
aecsocket
2026-07-27 10:05:50 +01:00
33 changed files with 2804 additions and 720 deletions
+2
View File
@@ -61,6 +61,7 @@ cel = { version = "0.14.0", default-features = false, features = ["json"] }
censor = "0.3.0"
chardetng = "0.1.17"
chrono = "0.4.42"
chumsky = "0.9.3"
cidre = { version = "0.15.0", default-features = false, features = [
"macos_15_0"
] }
@@ -194,6 +195,7 @@ sha1 = "0.10.6"
sha1_smol = { version = "1.0.1", features = ["std"] }
sha2 = "0.10.9"
shlex = "1.3.0"
smallvec = "1.15.1"
spdx = "0.12.0"
sqlx = { version = "0.8.6", default-features = false }
sqlx-tracing = { path = "packages/sqlx-tracing" }