Compare commits

..

1 Commits

Author SHA1 Message Date
f6193228b6 fix(deps): update rust crate serde to v1.0.216 2024-12-11 05:45:41 +00:00
2 changed files with 384 additions and 928 deletions

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