Fix tests

This commit is contained in:
Alex Auvolat
2022-07-22 18:55:52 +02:00
parent 2cad656a03
commit 381eb9a5a1
3 changed files with 5 additions and 22 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ prometheus = "0.13"
aws-sdk-s3 = "0.8"
chrono = "0.4"
http = "0.2"
hmac = "0.10"
hmac = "0.12"
hyper = { version = "0.14", features = ["client", "http1", "runtime"] }
sha2 = "0.10"
+3
View File
@@ -3,5 +3,8 @@ mod common;
mod admin;
mod bucket;
#[cfg(feature="k2v")]
mod k2v;
mod s3;