diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-23 19:31:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-27 10:15:17 +0100 |
commit | 439e7cb39f76852494ff9eb8ead499e29685af3f (patch) | |
tree | 8a5610874454381b630552b25cef54c1529475af /Cargo.lock | |
parent | 80ffbc7d9a53e00317281e8f62d902cb464bfc81 (diff) | |
download | garage-439e7cb39f76852494ff9eb8ead499e29685af3f.tar.gz garage-439e7cb39f76852494ff9eb8ead499e29685af3f.zip |
[sse-c] WIP: DecryptStream
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1377,6 +1377,7 @@ name = "garage_api" version = "0.10.0" dependencies = [ "aes-gcm", + "async-compression", "async-trait", "base64 0.21.7", "bytes", @@ -1417,6 +1418,7 @@ dependencies = [ "sha2", "tokio", "tokio-stream", + "tokio-util 0.7.10", "tracing", "url", ] |