fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2026-01-15 04:26:24 +00:00
parent 9b935ce360
commit f63ad533d8

View File

@@ -19,11 +19,11 @@ aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.48.0", features = ["behavior-version-latest"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1"
async-nats = "0.40.0"
async-nats = "0.45.0"
walkdir = "2.4.0"
tar = "0.4.40"
tokio-stream = { version = "0.1.15", features = ["full"] }
rand = "0.8.5"
rand = "0.9.0"
sqlx = { version = "0.8.0", features = [
"postgres",
"runtime-tokio",
@@ -39,4 +39,4 @@ tonic-build = "0.12.0"
[dev-dependencies]
lazy_static = "1.4"
reqwest = "0.12"
reqwest = "0.13"