diff options
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml index 0a278bc0..3ef51fae 100644 --- a/src/db/Cargo.toml +++ b/src/db/Cargo.toml @@ -13,7 +13,6 @@ path = "lib.rs" [dependencies] err-derive.workspace = true -hexdump.workspace = true tracing.workspace = true heed = { workspace = true, optional = true } |