aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-19 15:24:06 +0200
committerAlex <alex@adnab.me>2022-09-19 15:24:06 +0200
commitfbd32933eaaee4fa2163497647ef70546c9ee8b9 (patch)
tree35821ba7b033b32679f84c7c67b891596126fa2b /Cargo.lock
parent4fba06d62e94eb572894ba4df45d6b50a64a662c (diff)
parent5d4b6f2173344d59d59c7f6336c5d21799f8b37d (diff)
downloadgarage-fbd32933eaaee4fa2163497647ef70546c9ee8b9.tar.gz
garage-fbd32933eaaee4fa2163497647ef70546c9ee8b9.zip
Merge pull request 'Faster GetObject workflow for getting entire objects' (#386) from faster-get into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/386
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9b3ecd5d..99ba4d3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1063,6 +1063,7 @@ dependencies = [
"serde_json",
"sha2 0.10.2",
"tokio",
+ "tokio-stream",
"tracing",
"url",
]