diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-22 18:55:52 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-29 12:24:48 +0200 |
commit | 381eb9a5a1dc530ce864ac2b3dc8eb0d454f1bc9 (patch) | |
tree | 504909ea8076c3d8daa1243f2484bf8d68d62d17 /src/garage/Cargo.toml | |
parent | 2cad656a0332b19481ce779f5026b07c6ed8198f (diff) | |
download | garage-381eb9a5a1dc530ce864ac2b3dc8eb0d454f1bc9.tar.gz garage-381eb9a5a1dc530ce864ac2b3dc8eb0d454f1bc9.zip |
Fix tests
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 80802a16..2cb8ec46 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -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" |