diff options
author | Alex <alex@adnab.me> | 2023-06-27 17:20:58 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-06-27 17:20:58 +0000 |
commit | e716320b0a5d255027cbfb6e726eec18b82fb86f (patch) | |
tree | 70f799635a601a66f2ccfa1762ed741a2e20070d /src/garage/Cargo.toml | |
parent | e466edbaec0cb9710e937a7ac01f00f943b2c7d2 (diff) | |
parent | 76355453dd17bc4d7c7bd1b12bf502a8b334c888 (diff) | |
download | garage-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/garage/Cargo.toml')
-rw-r--r-- | src/garage/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 52d0ea79..a41faaad 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -61,7 +61,8 @@ opentelemetry-otlp = { version = "0.10", optional = true } prometheus = { version = "0.13", optional = true } [dev-dependencies] -aws-sdk-s3 = "0.19" +aws-config = "0.55.2" +aws-sdk-s3 = "0.28" chrono = "0.4" http = "0.2" hmac = "0.12" |