2 Commits

Author SHA1 Message Date
c0c6956d7b fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-17 04:27:53 +00:00
338dcd9379 chore(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 01:39:46 +00:00
2 changed files with 363 additions and 464 deletions

825
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ async-nats = "0.46.0"
walkdir = "2.4.0"
tar = "0.4.40"
tokio-stream = { version = "0.1.15", features = ["full"] }
rand = "0.9.0"
rand = "0.10.0"
sqlx = { version = "0.8.0", features = [
"postgres",
"runtime-tokio",