Compare commits

2 Commits

Author SHA1 Message Date
62275e1869 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-17 01:38:12 +00:00
9c6f492539 chore(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 01:50:57 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2161,9 +2161,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.22"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
dependencies = [
"nu-ansi-term",
"sharded-slab",

View File

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