1 Commits

Author SHA1 Message Date
97a8e91bc7 chore(deps): update all dependencies 2024-11-18 01:45:04 +00:00
2 changed files with 432 additions and 175 deletions

605
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.12.0", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"