Remove bytes dependency
This commit is contained in:
parent
d1c933e1ea
commit
170a3a8b02
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1660,7 +1660,6 @@ dependencies = [
|
|||||||
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
"async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"barrel 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"barrel 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 3.0.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 3.0.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"dotenv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -30,4 +30,3 @@ tracing-subscriber = "0.2"
|
|||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
lru = "0.5"
|
lru = "0.5"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
bytes = "0.5"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user