fixed tracing

This commit is contained in:
2025-03-18 15:02:32 -06:00
parent b7540a4680
commit bd0b946245
4 changed files with 30 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ base64 = "0.22.1"
html5ever = "0.29"
# minio = "0.1.0"
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
reqwest = { version = "0.12", features = ["gzip"] }
reqwest = { version = "0.12", features = ["gzip", "default", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
surrealdb = "2.2"
tokio = { version="1.41.0", features = ["full"] }