Compare commits

..

1 Commits

Author SHA1 Message Date
fe3664bf37 chore(deps): update tokio-tracing monorepo 2024-11-30 06:34:24 +00:00
2 changed files with 381 additions and 926 deletions

1305
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"