aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTrinity Pointard <trinity.pointard@gmail.com>2021-11-11 11:26:02 +0100
committerGitea <gitea@fake.local>2021-11-16 15:41:41 +0100
commit9c58ec28d3b23accf782c6eb005b7c3966ec6314 (patch)
treea328628c5fb6c6067dbe06ef7d5af8b5f645d15d /Cargo.lock
parentcdeb5b4dbb7ed95c7ff19f5d1cccdd69b5104c45 (diff)
downloadgarage-9c58ec28d3b23accf782c6eb005b7c3966ec6314.tar.gz
garage-9c58ec28d3b23accf782c6eb005b7c3966ec6314.zip
add support for vhost-style s3 bucket
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 66cf79c2..58a28ab3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -426,6 +426,7 @@ dependencies = [
"http-range",
"httpdate 0.3.2",
"hyper",
+ "idna",
"log",
"md-5",
"percent-encoding",
@@ -539,7 +540,6 @@ dependencies = [
"garage_util",
"http",
"hyper",
- "idna",
"log",
"percent-encoding",
]