chore: remove unused deps (#5217)

This commit is contained in:
Matthias Seitz
2023-10-29 12:40:04 +01:00
committed by GitHub
parent 5f0e6912ad
commit 3eae861ae0
5 changed files with 2 additions and 16 deletions

View File

@ -27,17 +27,14 @@ sucds = "~0.8"
memmap2 = "0.7.1"
bincode = "1.3"
serde = { version = "1.0", features = ["derive"] }
bytes.workspace = true
tempfile.workspace = true
tracing = "0.1.0"
tracing-appender = "0.2"
anyhow = "1.0"
thiserror.workspace = true
hex = "*"
derive_more = "0.99"
[dev-dependencies]
rand = { version = "0.8", features = ["small_rng"] }
tempfile.workspace = true
[features]