diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 18:42:14 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-31 18:42:14 +0100 |
commit | afa28706e5566737376f8448bcc548f780f0f57f (patch) | |
tree | ca0b8285cc825fcef4ba6a1b722a204f71d79782 /src/api/k2v/Cargo.toml | |
parent | 84f1db91c4e53a8d0c037fd01adb695fd9400ed5 (diff) | |
download | garage-afa28706e5566737376f8448bcc548f780f0f57f.tar.gz garage-afa28706e5566737376f8448bcc548f780f0f57f.zip |
split s3/cors.rs into also common/cors.rs
Diffstat (limited to 'src/api/k2v/Cargo.toml')
-rw-r--r-- | src/api/k2v/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api/k2v/Cargo.toml b/src/api/k2v/Cargo.toml index 86d12c2d..1e4c53ad 100644 --- a/src/api/k2v/Cargo.toml +++ b/src/api/k2v/Cargo.toml @@ -21,7 +21,6 @@ garage_net.workspace = true garage_util.workspace = true garage_rpc.workspace = true garage_api_common.workspace = true -garage_api_s3.workspace = true aes-gcm.workspace = true argon2.workspace = true @@ -59,13 +58,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 } |