3 Commits

Author SHA1 Message Date
35bd6b6581 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-12 04:54:45 +00:00
b91ea50200 fix(deps): update tokio-tracing monorepo 2025-11-29 02:03:39 +00:00
e12d17608f fix(deps): update rust crate tracing-subscriber to v0.3.20 2025-11-13 02:42:11 +00:00
2 changed files with 301 additions and 527 deletions

826
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,5 +13,5 @@ futures = "0.3.30"
tracing = "0.1"
lazy_static = "1.4.0"
regex = { version = "1.7.0" }
thiserror = "2.0.0"
thiserror = "1.0.37"
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}