aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-05-02 22:30:56 +0200
committerGitea <gitea@fake.local>2021-05-03 21:55:30 +0200
commit631c36b3ff76f9b09a5aed54dc343469a89f9989 (patch)
tree3f9c3b9741de7afb012cd354e3da6316750c13b5 /Cargo.lock
parentee2a3d363b70ca9e7572c30ca9547f7fd7f8f608 (diff)
downloadgarage-631c36b3ff76f9b09a5aed54dc343469a89f9989.tar.gz
garage-631c36b3ff76f9b09a5aed54dc343469a89f9989.zip
S3 API: support ListBuckets
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5dc83dfa..1ea13711 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -397,7 +397,9 @@ dependencies = [
"log",
"md-5",
"percent-encoding",
+ "quick-xml",
"roxmltree",
+ "serde",
"sha2",
"tokio",
"url",
@@ -1035,6 +1037,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
+name = "quick-xml"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0452695941410a58c8ce4391707ba9bad26a247173bd9886a05a5e8a8babec75"
+dependencies = [
+ "memchr",
+ "serde",
+]
+
+[[package]]
name = "quote"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"