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

This commit is contained in:
2026-03-06 04:39:29 +00:00
parent f2d5a123de
commit 295444df96

View File

@@ -27,5 +27,5 @@ kafka = "0.10.0"
drift = { git = "https://github.com/kjuulh/drift", branch = "main" } drift = { git = "https://github.com/kjuulh/drift", branch = "main" }
num = { version = "0.4.3", features = ["num-bigint", "rand", "serde"] } num = { version = "0.4.3", features = ["num-bigint", "rand", "serde"] }
chrono = { version = "0.4.38", features = ["serde"] } chrono = { version = "0.4.38", features = ["serde"] }
rand = "0.9.0" rand = "0.10.0"
serde_json = "1.0.122" serde_json = "1.0.122"