More logging
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -4,10 +4,10 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.28", features = ["json", "stream"] }
|
||||
reqwest = { version = "0.13.1", features = ["json", "stream"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.148"
|
||||
tokio-util = "0.7.17"
|
||||
serde_json = "1.0.149"
|
||||
tokio-util = "0.7.18"
|
||||
tracing = "0.1.44"
|
||||
futures-util = "0.3.31"
|
||||
async-stream = "0.3.6"
|
||||
@@ -15,5 +15,5 @@ async-stream = "0.3.6"
|
||||
[dev-dependencies]
|
||||
dialoguer = "0.12.0"
|
||||
dotenvy = "0.15.7"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
tracing-subscriber = "0.3.22"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user