chore: 🧹 update lool dependency version to ^0.9.0

This commit is contained in:
Lucas Colombo 2025-03-28 09:00:46 -03:00
parent 4582987aba
commit 9570293588
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
2 changed files with 614 additions and 390 deletions

1002
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@ redis = { version = "0.29.2", features = ["tokio-comp"] }
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"
uuid = { version = "1.16.0", features = ["v4", "fast-rng"] } uuid = { version = "1.16.0", features = ["v4", "fast-rng"] }
lool = { version = "^0.3.2", registry = "lugit", features = [ lool = { version = "^0.9.0", registry = "lugit", features = [
"cli.stylize", "cli.stylize",
"logger", "logger",
"sched.tokio", "sched.tokio",