aboutsummaryrefslogtreecommitdiff
path: root/src/api/common/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 18:42:14 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 18:42:14 +0100
commitafa28706e5566737376f8448bcc548f780f0f57f (patch)
treeca0b8285cc825fcef4ba6a1b722a204f71d79782 /src/api/common/Cargo.toml
parent84f1db91c4e53a8d0c037fd01adb695fd9400ed5 (diff)
downloadgarage-afa28706e5566737376f8448bcc548f780f0f57f.tar.gz
garage-afa28706e5566737376f8448bcc548f780f0f57f.zip
split s3/cors.rs into also common/cors.rs
Diffstat (limited to 'src/api/common/Cargo.toml')
-rw-r--r--src/api/common/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/common/Cargo.toml b/src/api/common/Cargo.toml
index e5dc57d4..7be16a09 100644
--- a/src/api/common/Cargo.toml
+++ b/src/api/common/Cargo.toml
@@ -57,13 +57,11 @@ hyper = { workspace = true, default-features = false, features = ["server", "htt
hyper-util.workspace = true
multer.workspace = true
percent-encoding.workspace = true
-roxmltree.workspace = true
url.workspace = true
serde.workspace = true
serde_bytes.workspace = true
serde_json.workspace = true
-quick-xml.workspace = true
opentelemetry.workspace = true
opentelemetry-prometheus = { workspace = true, optional = true }