mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: aws s3 move to rusoto (#569)
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -55,14 +55,14 @@ serde_json = "1.0.64"
|
||||
serde_derive = "1.0.126"
|
||||
# AWS deps
|
||||
tokio = { version = "1.10.0", features = ["full"] }
|
||||
rusoto_core = "0.46.0"
|
||||
rusoto_sts = "0.46.0"
|
||||
rusoto_credential = "0.46.0"
|
||||
rusoto_ecr = "0.46.0"
|
||||
rusoto_eks = "0.46.0"
|
||||
rusoto_s3 = "0.46.0"
|
||||
rusoto_dynamodb = "0.46.0"
|
||||
rusoto_iam = "0.46.0"
|
||||
rusoto_core = "0.47.0"
|
||||
rusoto_sts = "0.47.0"
|
||||
rusoto_credential = "0.47.0"
|
||||
rusoto_ecr = "0.47.0"
|
||||
rusoto_eks = "0.47.0"
|
||||
rusoto_s3 = "0.47.0"
|
||||
rusoto_dynamodb = "0.47.0"
|
||||
rusoto_iam = "0.47.0"
|
||||
|
||||
# Digital Ocean Deps
|
||||
digitalocean = "0.1.1"
|
||||
|
||||
Reference in New Issue
Block a user