aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-02-18 12:56:09 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-02-18 15:33:42 +0100
commit45e10e55f9761d79aa8d5b7dbaeb56d4d535629e (patch)
tree3d70ad5e1c94f30635c0e71fa0beb5b27f7fc497 /Cargo.toml
parent730bfee753c4f22cd0595d9195222de334ec36f9 (diff)
downloadgarage-45e10e55f9761d79aa8d5b7dbaeb56d4d535629e.tar.gz
garage-45e10e55f9761d79aa8d5b7dbaeb56d4d535629e.zip
update aws-sdk-s3 in tests and fix wrong checksumming behavior in GetObject
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa8f0be0..0e156358 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -141,8 +141,8 @@ thiserror = "1.0"
assert-json-diff = "2.0"
rustc_version = "0.4.0"
static_init = "1.0"
-aws-sdk-config = "1.13"
-aws-sdk-s3 = "1.14"
+aws-sdk-config = "1.62"
+aws-sdk-s3 = "=1.68"
[profile.dev]
#lto = "thin" # disabled for now, adds 2-4 min to each CI build