fix(deps): update all dependencies

This commit is contained in:
2026-01-07 01:47:44 +00:00
parent 83acf03469
commit 13fc7c7e9f
2 changed files with 874 additions and 246 deletions

1118
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
clap.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_json = "1.0.111"