aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-24 16:38:28 +0100
committerLibravatar Rutger Broekhoff2024-01-24 16:38:28 +0100
commit9c20f00b100197b3f999a269d7545ea7905be1bc (patch)
treef7c94d535e0dfd087a4d32e26e21b4ac4953b5e5 /rs/server/Cargo.toml
parent894e16f222c02ebad4460fce4247fa1f5e67c14b (diff)
downloadgitolfs3-9c20f00b100197b3f999a269d7545ea7905be1bc.tar.gz
gitolfs3-9c20f00b100197b3f999a269d7545ea7905be1bc.zip
Set AWS SDK behaviour version to latest in code
Diffstat (limited to 'rs/server/Cargo.toml')
-rw-r--r--rs/server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rs/server/Cargo.toml b/rs/server/Cargo.toml
index c437597..a784bf8 100644
--- a/rs/server/Cargo.toml
+++ b/rs/server/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[dependencies] 6[dependencies]
7aws-config = { version = "1.1.2", features = ["behavior-version-latest"] } 7aws-config = { version = "1.1.2" }
8aws-sdk-s3 = "1.12.0" 8aws-sdk-s3 = "1.12.0"
9axum = "0.7" 9axum = "0.7"
10base64 = "0.21" 10base64 = "0.21"