fix(deps): update all dependencies

This commit is contained in:
2026-03-14 04:51:10 +00:00
parent d19c5c5d29
commit 68c5325083
2 changed files with 824 additions and 371 deletions

1193
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,6 @@ tracing.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true
clap.workspace = true clap.workspace = true
dotenv.workspace = true dotenv.workspace = true
reqwest = { version = "0.11.23", features = ["json"] } reqwest = { version = "0.13.0", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] } serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111" serde_json = "1.0.111"