Update Cargo.toml (#331)

release-0.0
Meng Zhang 2023-08-03 19:55:00 +08:00 committed by GitHub
parent 6a50902ca7
commit 4eaae27ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ reqwest = { version = "0.11.18", features = ["stream", "json"] }
anyhow = { workspace = true }
serde = { workspace = true }
serdeconv = { workspace = true }
tracing = { worksapce = true }
tracing = { workspace = true }
tokio-retry = "0.3.0"