2 Commits

Author SHA1 Message Date
d19c66a66d fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-23 01:58:39 +00:00
a4f583b6de fix(deps): update rust crate tracing-subscriber to v0.3.23 2026-03-14 02:12:21 +00:00
2 changed files with 364 additions and 921 deletions

1283
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" tracing = "0.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
regex = { version = "1.7.0" } regex = { version = "1.7.0" }
thiserror = "2.0.0" thiserror = "1.0.37"
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]} uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}