diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-05 19:23:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-05 19:23:46 +0100 |
commit | 4a5bbbb81088c9bd25bbe142f67daf4669b6538e (patch) | |
tree | 6dda907def43b63d0f44426ea44df29309e9ab24 /Cargo.lock | |
parent | dfbc280c37c6725f58224d2c0d31df9e4a9ff7b4 (diff) | |
download | garage-4a5bbbb81088c9bd25bbe142f67daf4669b6538e.tar.gz garage-4a5bbbb81088c9bd25bbe142f67daf4669b6538e.zip |
Propose ETag fixbug/etag
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -461,6 +461,7 @@ dependencies = [ "log", "md-5", "percent-encoding", + "rand", "roxmltree", "sha2", "tokio", |