Fix recursive-any tag counting
This is bad security wise so it'll need another pass.
This commit is contained in:
@@ -20,7 +20,7 @@ futures = "0.3.5"
|
||||
jsonwebtoken = "9.3.0"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
diesel = { version = "2.2.5", features = ["sqlite"] }
|
||||
diesel = { version = "2.2.10", features = ["sqlite"] }
|
||||
diesel_migrations = "2.2.0"
|
||||
chrono = "0.4"
|
||||
dotenv = "0.15"
|
||||
@@ -37,10 +37,8 @@ prometheus = "0.13"
|
||||
lazy_static = "1.5"
|
||||
anyhow = "1.0"
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.14.0"
|
||||
opentelemetry = { version = "0.28.0", features = ["default", "metrics", "tracing"] }
|
||||
opentelemetry_sdk = { version = "0.28.0", features = ["default", "rt-tokio-current-thread", "tracing", "metrics"] }
|
||||
opentelemetry-otlp = { version = "0.28.0", features = ["default", "metrics", "tracing", "grpc-tonic"] }
|
||||
opentelemetry-stdout = "0.28.0"
|
||||
opentelemetry-appender-log = "0.28.0"
|
||||
opentelemetry-resource-detectors = "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user