Add thiserror to plume-common dependencies
This commit is contained in:
parent
83c628d490
commit
83ed168f9c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3361,6 +3361,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"shrinkwraprs",
|
||||
"syntect",
|
||||
"thiserror",
|
||||
"tokio 1.24.1",
|
||||
"tracing",
|
||||
"url 2.3.1",
|
||||
|
@ -26,6 +26,7 @@ flume = "0.10.13"
|
||||
tokio = { version = "1.19.2", features = ["full"] }
|
||||
futures = "0.3.25"
|
||||
anyhow = "1.0.68"
|
||||
thiserror = "1.0.38"
|
||||
|
||||
[dependencies.chrono]
|
||||
features = ["serde"]
|
||||
|
Loading…
Reference in New Issue
Block a user