chore: remove unused `mutable_buffer` => `influxdb_line_protocol` dep
parent
cbb2f38b1f
commit
a9662b0edb
mutable_buffer
|
@ -2232,7 +2232,6 @@ dependencies = [
|
||||||
"data_types",
|
"data_types",
|
||||||
"entry",
|
"entry",
|
||||||
"hashbrown 0.11.2",
|
"hashbrown 0.11.2",
|
||||||
"influxdb_line_protocol",
|
|
||||||
"internal_types",
|
"internal_types",
|
||||||
"metric",
|
"metric",
|
||||||
"observability_deps",
|
"observability_deps",
|
||||||
|
|
|
@ -21,7 +21,6 @@ chrono = "0.4"
|
||||||
data_types = { path = "../data_types" }
|
data_types = { path = "../data_types" }
|
||||||
entry = { path = "../entry" }
|
entry = { path = "../entry" }
|
||||||
hashbrown = "0.11"
|
hashbrown = "0.11"
|
||||||
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
|
||||||
internal_types = { path = "../internal_types" }
|
internal_types = { path = "../internal_types" }
|
||||||
metric = { path = "../metric" }
|
metric = { path = "../metric" }
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
|
|
Loading…
Reference in New Issue