diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-20 11:49:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-20 11:49:48 +0200 |
commit | 1f7b050b7dd975642c8cd5d8a7562d347cfa528d (patch) | |
tree | 9ed0c1a4c2ca52d5f9ef7a86320d0d1236255603 /src/table/Cargo.toml | |
parent | fbd32933eaaee4fa2163497647ef70546c9ee8b9 (diff) | |
download | garage-1f7b050b7dd975642c8cd5d8a7562d347cfa528d.tar.gz garage-1f7b050b7dd975642c8cd5d8a7562d347cfa528d.zip |
Change a warn! into a debug!less-noise
Diffstat (limited to 'src/table/Cargo.toml')
-rw-r--r-- | src/table/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml index ae52e8d7..38c6b41c 100644 --- a/src/table/Cargo.toml +++ b/src/table/Cargo.toml @@ -22,6 +22,7 @@ opentelemetry = "0.17" async-trait = "0.1.7" bytes = "1.0" +hex = "0.4" hexdump = "0.1" tracing = "0.1.30" rand = "0.8" |