diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-11-11 11:26:02 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-11-16 15:41:41 +0100 |
commit | 9c58ec28d3b23accf782c6eb005b7c3966ec6314 (patch) | |
tree | a328628c5fb6c6067dbe06ef7d5af8b5f645d15d /src/web/Cargo.toml | |
parent | cdeb5b4dbb7ed95c7ff19f5d1cccdd69b5104c45 (diff) | |
download | garage-9c58ec28d3b23accf782c6eb005b7c3966ec6314.tar.gz garage-9c58ec28d3b23accf782c6eb005b7c3966ec6314.zip |
add support for vhost-style s3 bucket
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index f5b40370..634ce282 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -19,7 +19,6 @@ garage_util = { version = "0.4.0", path = "../util" } garage_table = { version = "0.4.0", path = "../table" } err-derive = "0.3" -idna = "0.2" log = "0.4" percent-encoding = "2.1.0" |