aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-06-27 17:20:58 +0000
committerAlex <alex@adnab.me>2023-06-27 17:20:58 +0000
commite716320b0a5d255027cbfb6e726eec18b82fb86f (patch)
tree70f799635a601a66f2ccfa1762ed741a2e20070d /src/api
parente466edbaec0cb9710e937a7ac01f00f943b2c7d2 (diff)
parent76355453dd17bc4d7c7bd1b12bf502a8b334c888 (diff)
downloadgarage-e716320b0a5d255027cbfb6e726eec18b82fb86f.tar.gz
garage-e716320b0a5d255027cbfb6e726eec18b82fb86f.zip
Merge pull request 'cargo: roxmltree-0.18 and aws-sdk-s3-0.28 bump' (#591) from jpds/garage:roxmltree-0.18 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/591
Diffstat (limited to 'src/api')
-rw-r--r--src/api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index 747f70ab..3d6b527e 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -47,7 +47,7 @@ http-range = "0.1"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
multer = "2.0"
percent-encoding = "2.1.0"
-roxmltree = "0.14"
+roxmltree = "0.18"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0"