Remove heck from plume-common dependencies
This commit is contained in:
parent
badff3f3cb
commit
83c628d490
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3349,7 +3349,6 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"flume",
|
"flume",
|
||||||
"futures 0.3.25",
|
"futures 0.3.25",
|
||||||
"heck",
|
|
||||||
"hex",
|
"hex",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"openssl",
|
"openssl",
|
||||||
|
@ -26,7 +26,6 @@ flume = "0.10.13"
|
|||||||
tokio = { version = "1.19.2", features = ["full"] }
|
tokio = { version = "1.19.2", features = ["full"] }
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.68"
|
||||||
heck = "0.4.0"
|
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
Loading…
Reference in New Issue
Block a user